Fixed hydration errors

Moved some code to client only (it makes sense given the localstorage stuff)
This commit is contained in:
Alexis
2024-05-13 16:06:57 +02:00
parent b49b570fe2
commit df14fad98a
10 changed files with 82 additions and 39 deletions

View File

@@ -38,7 +38,6 @@ export const useCalendarEvents = defineStore('calendar-events', () => {
eventsAreLoading.value = false
}
}
fetchEvents()
/**
* Determines if the event can appear in the front end