From 52fe3ab37acba9d403205c77ad552a888a3af96f Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 21 Feb 2023 17:48:14 +0100 Subject: [PATCH] change(ui) - integration items gap --- frontend/app/components/Client/Integrations/IntegrationItem.tsx | 2 +- frontend/app/components/Client/Integrations/Integrations.tsx | 2 +- .../components/Client/Integrations/integrationItem.module.css | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/Client/Integrations/IntegrationItem.tsx b/frontend/app/components/Client/Integrations/IntegrationItem.tsx index 06e950ae6..efcdefd8a 100644 --- a/frontend/app/components/Client/Integrations/IntegrationItem.tsx +++ b/frontend/app/components/Client/Integrations/IntegrationItem.tsx @@ -13,7 +13,7 @@ interface Props { const IntegrationItem = (props: Props) => { const { integration, integrated, hide = false } = props; return hide ? <> : ( -
props.onClick(e)}> +
props.onClick(e)}> {integrated && (
diff --git a/frontend/app/components/Client/Integrations/Integrations.tsx b/frontend/app/components/Client/Integrations/Integrations.tsx index f1851f919..30d901dcf 100644 --- a/frontend/app/components/Client/Integrations/Integrations.tsx +++ b/frontend/app/components/Client/Integrations/Integrations.tsx @@ -99,7 +99,7 @@ function Integrations(props: Props) {
{cat.description}
-
+
{cat.integrations.map((integration: any) => (