mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-08-03 10:03:20 +08:00
Turn off debug flags and fix student status deactivation on homepage
This commit is contained in:
parent
7c3eeda29e
commit
b3db2bb8e2
4 changed files with 6 additions and 7 deletions
|
@ -95,7 +95,7 @@ TaskManager.defineTask(FETCH_STUDENT_STATUS, async () => {
|
|||
});
|
||||
|
||||
const BackgroundComponent = () => {
|
||||
const notification_debug = true;
|
||||
const notification_debug = false;
|
||||
const [Task1_isRegistered, Task1_setIsRegistered] = React.useState(false);
|
||||
const [Task2_isRegistered, Task2_setIsRegistered] = React.useState(false);
|
||||
const [status, setStatus] = React.useState<any>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue