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