From 6fc3840ca3f5d15dcfee52465fcae1caef920c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esa=C3=BA=20Morais?= <55207584+esau-morais@users.noreply.github.com> Date: Tue, 21 Feb 2023 06:19:29 -0300 Subject: [PATCH] Remove duplicated border in Calendar category (#7235) * fix(schedule): close on click #7143 * fix(CalendarListContainer): remove duplicated border #7222 * fix: set right border to all installed apps --- apps/web/pages/apps/installed/[category].tsx | 28 +++++++++----------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/apps/web/pages/apps/installed/[category].tsx b/apps/web/pages/apps/installed/[category].tsx index f5e9a0f528..64913c79c7 100644 --- a/apps/web/pages/apps/installed/[category].tsx +++ b/apps/web/pages/apps/installed/[category].tsx @@ -247,7 +247,7 @@ const IntegrationsContainer = ({ ); } return ( - <> +
- +
); }} /> @@ -313,19 +313,17 @@ export default function InstalledApps() { return ( <> -
- {categoryList.includes(category) && ( - - )} - {category === "calendar" && } - {category === "other" && ( - - )} -
+ {categoryList.includes(category) && ( + + )} + {category === "calendar" && } + {category === "other" && ( + + )}