diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 6ee1297..8f14cf3 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -310,6 +310,10 @@ const SignupPage = () => { }; const showNoticeOnPage = "" !== notice && !showPaymentModal; + const addAccountCopy = + selectedPlan[0].value === "seniorPartner" + ? "You ay add up to eight accounts" + : "You may add up to two accounts"; return (
@@ -391,7 +395,6 @@ const SignupPage = () => { labelText="Select A Plan" />
- {showNoticeOnPage ? ( <>

@@ -447,7 +450,6 @@ const SignupPage = () => { account username(s) and access will be setup later

-