This commit is contained in:
@@ -296,10 +296,10 @@ export const useEvents = () => {
|
||||
|
||||
return {
|
||||
// Reactive state
|
||||
events: readonly(events),
|
||||
loading: readonly(loading),
|
||||
error: readonly(error),
|
||||
upcomingEvent: readonly(upcomingEvent),
|
||||
events,
|
||||
loading,
|
||||
error,
|
||||
upcomingEvent,
|
||||
|
||||
// Methods
|
||||
fetchEvents,
|
||||
|
||||
Reference in New Issue
Block a user