Iterate PR based on feedback

pull/21833/head
Michael Telatynski 2021-08-11 21:45:49 +01:00
parent d90321d813
commit 5d98c6f02d
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ export default class InteractiveAuthComponent extends React.Component<IProps, IS
this.props.onAuthFinished(false, ERROR_USER_CANCELLED); this.props.onAuthFinished(false, ERROR_USER_CANCELLED);
}; };
private renderCurrentStage() { private renderCurrentStage(): JSX.Element {
const stage = this.state.authStage; const stage = this.state.authStage;
if (!stage) { if (!stage) {
if (this.state.busy) { if (this.state.busy) {