fix lint errors

This commit is contained in:
proddy
2026-04-27 13:23:39 +02:00
parent c5b262af8a
commit e39af36589
2 changed files with 4 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ const SecuritySettings = () => {
onChange={updateFormValue}
margin="normal"
/>
<MessageBox level="info" message={LL.SU_TEXT()} mt={1} />
<MessageBox level="info" message={LL.SU_TEXT()} sx={{ mt: 1 }} />
{dirtyFlags && dirtyFlags.length !== 0 && (
<ButtonRow>
<Button