more
This commit is contained in:
@@ -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 (
|
||||
<div className="signup-super-container">
|
||||
@@ -391,7 +395,6 @@ const SignupPage = () => {
|
||||
labelText="Select A Plan"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{showNoticeOnPage ? (
|
||||
<>
|
||||
<br></br>
|
||||
@@ -447,7 +450,6 @@ const SignupPage = () => {
|
||||
account username(s) and access will be setup later
|
||||
</p>
|
||||
</div>
|
||||
<div className="add-accounts-input-box"></div>
|
||||
<div className="details-button-box">
|
||||
<Button
|
||||
className="secondary-button back-button"
|
||||
|
||||
Reference in New Issue
Block a user