diff --git a/apps/web/pages/settings/my-account/calendars.tsx b/apps/web/pages/settings/my-account/calendars.tsx index e206e79fcb..4bd8d73ed3 100644 --- a/apps/web/pages/settings/my-account/calendars.tsx +++ b/apps/web/pages/settings/my-account/calendars.tsx @@ -110,7 +110,7 @@ const CalendarsView = () => { {t("check_for_conflicts")}

{t("select_calendars")}

- + {data.connectedCalendars.map((item) => ( {item.error && item.error.message && ( @@ -137,7 +137,7 @@ const CalendarsView = () => { /> )} {item?.error === undefined && item.calendars && ( - +
{ // eslint-disable-next-line @next/next/no-img-element @@ -164,7 +164,7 @@ const CalendarsView = () => {
@@ -172,7 +172,7 @@ const CalendarsView = () => {

{t("toggle_calendars_conflict")}

-
    +
      {item.calendars.map((cal) => (