fix: removed stray semicolon on sign-out confirm model (#12069)

Signed-off-by: Pankaj Singh <pankajsingh132000@gmail.com>
pull/28788/head^2
Pankaj Singh 2024-01-08 15:37:07 +05:30 committed by GitHub
parent 177e7bae88
commit 578ae36470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ export default class LogoutDialog extends React.Component<IProps, IState> {
hasCancel={true} hasCancel={true}
onFinished={this.onFinished} onFinished={this.onFinished}
> >
<Spinner />; <Spinner />
</BaseDialog> </BaseDialog>
); );