diff --git a/packages/core-mobile/app/new/routes/index.tsx b/packages/core-mobile/app/new/routes/index.tsx index 40c3a5cd9..5dcb9f1f2 100644 --- a/packages/core-mobile/app/new/routes/index.tsx +++ b/packages/core-mobile/app/new/routes/index.tsx @@ -18,7 +18,7 @@ export default function Index(): JSX.Element { } const handleSignUp = (): void => { - // navigate('/signup/') + navigate('/signup/') showToast({ toastType: 'notificationAlert',