From 60f2a30fa51abb8863808a24c03e25c85e3e978f Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Mon, 5 Feb 2024 16:40:28 -0600 Subject: [PATCH] more --- src/Components/SignupPage/SignupPage.js | 160 ++++++++++++++---------- src/styles/signup.scss | 2 - 2 files changed, 94 insertions(+), 68 deletions(-) diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 8bfa0ab..7ebdfcc 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -525,82 +525,110 @@ const SignupPage = () => { -
-
- {signupRadioFields?.map((option, index) => ( -
- +
+ {signupRadioFields?.map((option, index) => ( +
+ +
+ ))} +
+ {showAddAccount && !isBusy ? ( +
+
+
+
+ Add additional accounts +
+

+ User profiles will be setup later +

- ))} -
- {showAddAccount && !isBusy ? ( -
-
-
-
- Add additional accounts -
-

- User profiles will be setup later -

-
-
-
- + handleChangeAccountSelect(e, "addAccountsSelect") + } + > + + {selectAdditionalAccountValues.map((item, i) => ( - {selectAdditionalAccountValues.map((item, i) => ( - - ))} - -
+ key={`item${i}`} + > + {item} + + ))} +
-
+
+
+
+
+ ) : ( + <> + )} +
+ {!showAddAccount && !isBusy ? ( + <> + {showAddAccountBtn ? ( +