diff --git a/src/stores/user-settings.ts b/src/stores/user-settings.ts index 30bcdc50..c1e4d036 100644 --- a/src/stores/user-settings.ts +++ b/src/stores/user-settings.ts @@ -18,9 +18,9 @@ export default defineStore("grades", { }, initializeShowPWCSchedule(): void { console.log(localStorage.showPWCSchedule); - + //if (localStorage.showPWCSchedule) { this.setShowPWCSchedule(localStorage.showPWCSchedule === 'true'); - + //} }, setGrade(grade: string): void { this.grade = grade;