diff --git a/frontend/app/components/Client/Integrations/IntegrationItem.tsx b/frontend/app/components/Client/Integrations/IntegrationItem.tsx index 52d02ae78..decdea8ed 100644 --- a/frontend/app/components/Client/Integrations/IntegrationItem.tsx +++ b/frontend/app/components/Client/Integrations/IntegrationItem.tsx @@ -20,9 +20,6 @@ const IntegrationItem = (props: Props) => { style={{ height: '136px' }} >
- {/*{integration.icon.length ?*/} - {/* integration :*/} - {/* ({integration.header})}*/}
integration
@@ -33,12 +30,10 @@ const IntegrationItem = (props: Props) => {
{integrated && ( -
- Installed + Integrated
-
)} );