mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Appease the eternal linter
This commit is contained in:
parent
92ee1ad3cc
commit
550fba49f7
1 changed files with 3 additions and 3 deletions
|
@ -348,9 +348,9 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
|
|||
title={title}
|
||||
titleClass={titleClass}
|
||||
>
|
||||
<div>
|
||||
{content}
|
||||
</div>
|
||||
<div>
|
||||
{content}
|
||||
</div>
|
||||
</BaseDialog>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue