+
-
+
{{ getFormattedDateTitle(event.startDate, true) }}
-
+
Du {{ getFormattedDateTitle(event.startDate, true) }} au
{{ getFormattedDateTitle(event.endDate, true) }}
+
+
+
+
+
+ Évènement privé
+
+
+
+ Cet évènement est uniquement visible pour vous
+
+
+
+
@@ -97,18 +111,5 @@ const dateDuration: string | null = props.event.endDate
{{ event.description }}
-
-
-
-
-
- Évènement privé
-
-
-
- Cet évènement est uniquement visible pour vous
-
-
-
diff --git a/pages/i/calendar/[id].vue b/pages/i/calendar/[id].vue
index 5c3ccc1..0c6a875 100644
--- a/pages/i/calendar/[id].vue
+++ b/pages/i/calendar/[id].vue
@@ -18,9 +18,9 @@ const route = useRoute()
const id = route.params.id
const calendarStore = useCalendar()
-const { pending: calendarPending } = await useAsyncData('calendar', async () => await calendarStore.fetchCalendar(Number(id)))
+await useAsyncData('calendar', async () => await calendarStore.fetchCalendar(Number(id)))
-
+