Fixed hydration errors
Moved some code to client only (it makes sense given the localstorage stuff)
This commit is contained in:
@@ -38,7 +38,6 @@ export const useCalendarEvents = defineStore('calendar-events', () => {
|
||||
eventsAreLoading.value = false
|
||||
}
|
||||
}
|
||||
fetchEvents()
|
||||
|
||||
/**
|
||||
* Determines if the event can appear in the front end
|
||||
|
||||
Reference in New Issue
Block a user