Removed a leftover comment

This commit is contained in:
Alexis
2025-05-07 13:57:32 +02:00
parent 18f332be54
commit 45eefbe35d

View File

@@ -922,7 +922,6 @@ export const useCalendar = defineStore("calendar", () => {
})
}
// Watch for categories changes
watch(categories, (n) => {
updateAllEventsCategories(n)
})