You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Appease the eternal linter
This commit is contained in:
@@ -348,9 +348,9 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
|
|||||||
title={title}
|
title={title}
|
||||||
titleClass={titleClass}
|
titleClass={titleClass}
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
{content}
|
{content}
|
||||||
</div>
|
</div>
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user