fixes
All checks were successful
Build And Push Image / docker (push) Successful in 3m59s

This commit is contained in:
2025-08-13 13:18:07 +02:00
parent d5647c3667
commit a0153a76a4
3 changed files with 9 additions and 4 deletions

View File

@@ -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,