From 58b0c5356924fa6b0cab2f185f314bbe16376e9f Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 21 May 2024 15:48:40 +0200 Subject: [PATCH] fix ui: integration tooltip fix --- .../app/components/Client/Integrations/IntegrationItem.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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
-
)} );