From 6d2f9d49c1103d3febe2010b3f9375c813779b3c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 06:29:02 +0530 Subject: [PATCH] feat: margin --- src/components/molecules/IntegrationSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index 6cd9a502..033aa55c 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -151,7 +151,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I ) : ( <> {recording.google_sheet_email && ( - + Logged in as: {recording.google_sheet_email} )}