diff --git a/src/components/robot/RecordingsTable.tsx b/src/components/robot/RecordingsTable.tsx
index 7b5f7c84..a7c02b12 100644
--- a/src/components/robot/RecordingsTable.tsx
+++ b/src/components/robot/RecordingsTable.tsx
@@ -346,20 +346,20 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
style={{ marginBottom: '20px', marginTop: '20px' }}
/>
-
- {t('recordingtable.modal.login_title')}
-
- setIsLogin(e.target.checked)}
- color="primary"
- />
- }
- label={t('recordingtable.modal.login_title')}
- style={{ marginBottom: '20px' }}
-/>;
+
+ {t('recordingtable.modal.login_title')}
+
+ setIsLogin(e.target.checked)}
+ color="primary"
+ />
+ }
+ label={t('recordingtable.modal.login_title')}
+ style={{ marginBottom: '20px' }}
+ />;