mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
fix: removed stray semicolon on sign-out confirm model (#12069)
Signed-off-by: Pankaj Singh <pankajsingh132000@gmail.com>
This commit is contained in:
parent
177e7bae88
commit
578ae36470
@ -228,7 +228,7 @@ export default class LogoutDialog extends React.Component<IProps, IState> {
|
||||
hasCancel={true}
|
||||
onFinished={this.onFinished}
|
||||
>
|
||||
<Spinner />;
|
||||
<Spinner />
|
||||
</BaseDialog>
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user