indenting (that somehow the linter doesn't care about?)
This commit is contained in:
parent
b60a1d3b66
commit
5844a2dd9b
1 changed files with 2 additions and 2 deletions
|
@ -481,8 +481,8 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||
const Spinner = sdk.getComponent('views.elements.Spinner');
|
||||
return <div>
|
||||
<Spinner />
|
||||
</div>;
|
||||
}
|
||||
</div>;
|
||||
}
|
||||
|
||||
_renderPhaseLoadError() {
|
||||
return <div>
|
||||
|
|
Loading…
Reference in a new issue