From d79fa77f3a24245a4f8b40d8b247931aee858992 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 21 Oct 2024 02:39:13 +0530 Subject: [PATCH] feat: remove integration button --- src/components/molecules/IntegrationSettings.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index 8ec8cddb..91ca251d 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -118,6 +118,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I Google Sheets Integration {recording && recording.google_sheet_id ? ( + <> Google Sheet Integrated Successfully!
@@ -125,6 +126,15 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
Sheet ID: {recording.google_sheet_id}
+ + ) : ( <> {!recording?.google_sheet_email ? (