chore: lint
This commit is contained in:
@@ -346,10 +346,10 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
|
|||||||
style={{ marginBottom: '20px', marginTop: '20px' }}
|
style={{ marginBottom: '20px', marginTop: '20px' }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Typography variant="h6" gutterBottom>
|
<Typography variant="h6" gutterBottom>
|
||||||
{t('recordingtable.modal.login_title')}
|
{t('recordingtable.modal.login_title')}
|
||||||
</Typography>
|
</Typography>
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={
|
control={
|
||||||
<Checkbox
|
<Checkbox
|
||||||
checked={isLogin}
|
checked={isLogin}
|
||||||
@@ -359,7 +359,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
|
|||||||
}
|
}
|
||||||
label={t('recordingtable.modal.login_title')}
|
label={t('recordingtable.modal.login_title')}
|
||||||
style={{ marginBottom: '20px' }}
|
style={{ marginBottom: '20px' }}
|
||||||
/>;
|
/>;
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
|
|||||||
Reference in New Issue
Block a user