chore: lint

This commit is contained in:
karishmas6
2024-10-21 02:39:24 +05:30
parent d79fa77f3a
commit f4c68744ab

View File

@@ -119,21 +119,21 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
{recording && recording.google_sheet_id ? ( {recording && recording.google_sheet_id ? (
<> <>
<Typography sx={{ marginBottom: '10px' }}> <Typography sx={{ marginBottom: '10px' }}>
Google Sheet Integrated Successfully! Google Sheet Integrated Successfully!
<br /> <br />
Sheet Name: {recording.google_sheet_name} Sheet Name: {recording.google_sheet_name}
<br /> <br />
Sheet ID: {recording.google_sheet_id} Sheet ID: {recording.google_sheet_id}
</Typography> </Typography>
<Button <Button
variant="outlined" variant="outlined"
color="error" color="error"
onClick={removeIntegration} onClick={removeIntegration}
style={{ marginTop: '15px' }} style={{ marginTop: '15px' }}
> >
Remove Integration Remove Integration
</Button> </Button>
</> </>
) : ( ) : (
<> <>