From b7adc27f02deb916bf4224de465b8f5ea4c0adb6 Mon Sep 17 00:00:00 2001 From: palash-signoz Date: Wed, 4 May 2022 17:34:50 +0530 Subject: [PATCH] chore: button is not made disable for firstName (#1067) --- frontend/src/pages/SignUp/SignUp.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/pages/SignUp/SignUp.tsx b/frontend/src/pages/SignUp/SignUp.tsx index 43278b76fb..8eae290e1a 100644 --- a/frontend/src/pages/SignUp/SignUp.tsx +++ b/frontend/src/pages/SignUp/SignUp.tsx @@ -199,7 +199,6 @@ function SignUp({ version }: SignUpProps): JSX.Element { /> - {isNameVisible && (
@@ -216,7 +215,6 @@ function SignUp({ version }: SignUpProps): JSX.Element {
)} -