chore: lint
This commit is contained in:
@@ -187,11 +187,11 @@ export const IntegrationSettingsModal = ({
|
|||||||
return (
|
return (
|
||||||
<GenericModal isOpen={isOpen} onClose={handleClose} modalStyle={modalStyle}>
|
<GenericModal isOpen={isOpen} onClose={handleClose} modalStyle={modalStyle}>
|
||||||
<div style={{
|
<div style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
alignItems: "flex-start",
|
alignItems: "flex-start",
|
||||||
marginLeft: "65px",
|
marginLeft: "65px",
|
||||||
}}>
|
}}>
|
||||||
<Typography variant="h6">
|
<Typography variant="h6">
|
||||||
{t('integration_settings.title')}
|
{t('integration_settings.title')}
|
||||||
</Typography>
|
</Typography>
|
||||||
@@ -235,8 +235,8 @@ export const IntegrationSettingsModal = ({
|
|||||||
<>
|
<>
|
||||||
{recording.google_sheet_email && (
|
{recording.google_sheet_email && (
|
||||||
<Typography sx={{ margin: "20px 0px 30px 0px" }}>
|
<Typography sx={{ margin: "20px 0px 30px 0px" }}>
|
||||||
{t('integration_settings.descriptions.authenticated_as', {
|
{t('integration_settings.descriptions.authenticated_as', {
|
||||||
email: recording.google_sheet_email
|
email: recording.google_sheet_email
|
||||||
})}
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user