chore: lint

This commit is contained in:
karishmas6
2024-10-24 06:11:07 +05:30
parent e1c2456a18
commit 654da91a60

View File

@@ -137,15 +137,15 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
<>
{!recording?.google_sheet_email ? (
<>
<p>If you enable this option, every time this robot runs a task successfully, its captured data will be appended to your Google Sheet.</p>
<Button
variant="contained"
color="primary"
onClick={authenticateWithGoogle}
style={{ marginBottom: '15px' }}
>
Authenticate with Google
</Button>
<p>If you enable this option, every time this robot runs a task successfully, its captured data will be appended to your Google Sheet.</p>
<Button
variant="contained"
color="primary"
onClick={authenticateWithGoogle}
style={{ marginBottom: '15px' }}
>
Authenticate with Google
</Button>
</>
) : (
<>