From f4c68744abfc5ee841828617848354feef5220b2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 21 Oct 2024 02:39:24 +0530 Subject: [PATCH] chore: lint --- .../molecules/IntegrationSettings.tsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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} +
+ ) : ( <>