From 2d8e65c1602fb9f21838394dd43d8da9b06efbe2 Mon Sep 17 00:00:00 2001 From: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com> Date: Tue, 6 Dec 2022 02:09:52 +0530 Subject: [PATCH] fix: ui of calendar item (#5879) Signed-off-by: Udit Takkar Signed-off-by: Udit Takkar --- apps/web/pages/settings/my-account/calendars.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) => (