diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx
index 91ca251d..898a2042 100644
--- a/src/components/molecules/IntegrationSettings.tsx
+++ b/src/components/molecules/IntegrationSettings.tsx
@@ -119,21 +119,21 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
{recording && recording.google_sheet_id ? (
<>
-
- Google Sheet Integrated Successfully!
-
- Sheet Name: {recording.google_sheet_name}
-
- Sheet ID: {recording.google_sheet_id}
-
-
+
+ Google Sheet Integrated Successfully!
+
+ Sheet Name: {recording.google_sheet_name}
+
+ Sheet ID: {recording.google_sheet_id}
+
+
>
) : (
<>