chore: lint

This commit is contained in:
amhsirak
2025-01-22 19:09:03 +05:30
parent d3f9829643
commit c9b117d8d9

View File

@@ -346,10 +346,10 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
style={{ marginBottom: '20px', marginTop: '20px' }}
/>
<Typography variant="h6" gutterBottom>
<Typography variant="h6" gutterBottom>
{t('recordingtable.modal.login_title')}
</Typography>
<FormControlLabel
</Typography>
<FormControlLabel
control={
<Checkbox
checked={isLogin}
@@ -359,7 +359,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
}
label={t('recordingtable.modal.login_title')}
style={{ marginBottom: '20px' }}
/>;
/>;
<Button
variant="contained"