Turn off debug flags and fix student status deactivation on homepage

This commit is contained in:
Keannu Christian Bernasol 2023-10-01 21:30:04 +08:00
parent 7c3eeda29e
commit b3db2bb8e2
4 changed files with 6 additions and 7 deletions

View file

@ -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>();