mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Iterate PR based on feedback
This commit is contained in:
parent
d90321d813
commit
5d98c6f02d
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ export default class InteractiveAuthComponent extends React.Component<IProps, IS
|
|||
this.props.onAuthFinished(false, ERROR_USER_CANCELLED);
|
||||
};
|
||||
|
||||
private renderCurrentStage() {
|
||||
private renderCurrentStage(): JSX.Element {
|
||||
const stage = this.state.authStage;
|
||||
if (!stage) {
|
||||
if (this.state.busy) {
|
||||
|
|
Loading…
Reference in a new issue