diff --git a/src/components/Calendar/CalendarSelection.tsx b/src/components/Calendar/CalendarSelection.tsx index c354d82..9179d08 100644 --- a/src/components/Calendar/CalendarSelection.tsx +++ b/src/components/Calendar/CalendarSelection.tsx @@ -26,9 +26,9 @@ export default function CalendarSelection({ return (
-

+

Personnal Calendars

-

+ {personnalCalendars.map((id) => { return (
@@ -46,9 +46,9 @@ export default function CalendarSelection({ })} {delegatedCalendars.length > 0 && ( <> -

+

Delegated Calendars

-

+ {delegatedCalendars.map((id) => (