fix typo
This commit is contained in:
parent
6602f0505e
commit
8af8a97344
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ function UserSignIn(props: Props) {
|
|||
return [Component, isScrollable];
|
||||
}
|
||||
}
|
||||
|
||||
return [undefined, false];
|
||||
}
|
||||
|
||||
const [componentToRender, isScrollable] = getSignInStep();
|
||||
|
|
Loading…
Reference in a new issue