From e395c9297d14126f89c9237c87961307f13d378d Mon Sep 17 00:00:00 2001 From: Leo Giovanetti Date: Fri, 22 Jul 2022 21:59:30 -0300 Subject: [PATCH] Fixing already installed apps & link to them (#3500) Co-authored-by: Peer Richelsen --- apps/web/components/App.tsx | 4 ++++ apps/web/components/integrations/CalendarListContainer.tsx | 2 ++ apps/web/components/integrations/IntegrationListItem.tsx | 6 +++++- apps/web/pages/apps/installed.tsx | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/apps/web/components/App.tsx b/apps/web/components/App.tsx index 98f1b7f25f..7b7c7ce987 100644 --- a/apps/web/components/App.tsx +++ b/apps/web/components/App.tsx @@ -146,6 +146,10 @@ const Component = ({ /> )} + ) : installedAppCount > 0 ? ( + ) : ( {data.items.map((item) => ( {item.calendars ? ( }
- {props.title} + + {props.title} + {props.description}
{props.actions}
diff --git a/apps/web/pages/apps/installed.tsx b/apps/web/pages/apps/installed.tsx index fc39738c71..bdcc4873f0 100644 --- a/apps/web/pages/apps/installed.tsx +++ b/apps/web/pages/apps/installed.tsx @@ -118,6 +118,7 @@ const IntegrationsContainer = ({ variant, className = "" }: IntegrationsContaine {data.items.map((item) => (