Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 578ae36

Browse files
fix: removed stray semicolon on sign-out confirm model (#12069)
Signed-off-by: Pankaj Singh <[email protected]>
1 parent 177e7ba commit 578ae36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/LogoutDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export default class LogoutDialog extends React.Component<IProps, IState> {
228228
hasCancel={true}
229229
onFinished={this.onFinished}
230230
>
231-
<Spinner />;
231+
<Spinner />
232232
</BaseDialog>
233233
);
234234

0 commit comments

Comments
 (0)