chore: lint
This commit is contained in:
@@ -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>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user