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) => (