From 45eefbe35d138e31702c56545e53618616df665f Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Wed, 7 May 2025 13:57:32 +0200 Subject: [PATCH] Removed a leftover comment --- stores/CalendarStore.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/stores/CalendarStore.ts b/stores/CalendarStore.ts index cd5af1a..07160ac 100644 --- a/stores/CalendarStore.ts +++ b/stores/CalendarStore.ts @@ -922,7 +922,6 @@ export const useCalendar = defineStore("calendar", () => { }) } - // Watch for categories changes watch(categories, (n) => { updateAllEventsCategories(n) })