diff --git a/ui/component/userSignUp/view.jsx b/ui/component/userSignUp/view.jsx index ae24fb1bf..dbed0b1ca 100644 --- a/ui/component/userSignUp/view.jsx +++ b/ui/component/userSignUp/view.jsx @@ -222,6 +222,8 @@ function UserSignIn(props: Props) { return [Component, isScrollable]; } } + + return [undefined, false]; } const [componentToRender, isScrollable] = getSignInStep();