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 ? <>> : ( -