This commit is contained in:
Sean Yesmunt 2020-08-26 16:49:05 -04:00
parent 6602f0505e
commit 8af8a97344

View file

@ -222,6 +222,8 @@ function UserSignIn(props: Props) {
return [Component, isScrollable];
}
}
return [undefined, false];
}
const [componentToRender, isScrollable] = getSignInStep();