Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 550fba4

Browse files
committed
Appease the eternal linter
1 parent 92ee1ad commit 550fba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/views/dialogs/security/AccessSecretStorageDialog.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
348348
title={title}
349349
titleClass={titleClass}
350350
>
351-
<div>
352-
{content}
353-
</div>
351+
<div>
352+
{content}
353+
</div>
354354
</BaseDialog>
355355
);
356356
}

0 commit comments

Comments
 (0)