From b46dd9b1db35ff0ebec25c4cdd58863c0000ce3c Mon Sep 17 00:00:00 2001 From: onghwan Date: Wed, 4 Dec 2024 10:19:37 -0500 Subject: [PATCH] refactoring --- packages/core-mobile/app/new/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-mobile/app/new/routes/index.tsx b/packages/core-mobile/app/new/routes/index.tsx index 40c3a5cd9b..5dcb9f1f24 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',