From 8af8a97344d1a2cbc72d699e7ff47c7b6b9231e1 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 26 Aug 2020 16:49:05 -0400 Subject: [PATCH] fix typo --- ui/component/userSignUp/view.jsx | 2 ++ 1 file changed, 2 insertions(+) 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();