diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 5ed2a2b..6fa19ad 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -332,7 +332,9 @@ const SignupPage = () => { selectedPlan[0].value === "seniorPartner" ? "Add up to eight additional accounts to your subscripton" : "Add up to two additional accounts to your subscripton"; - + const showAddAccountBtn = + selectedPlan[0].value === "seniorPartner" || + selectedPlan[0].value === "partner"; return (
@@ -509,7 +511,7 @@ const SignupPage = () => {
@@ -520,15 +522,20 @@ const SignupPage = () => {
{!showAddAccount ? ( <> -