more
This commit is contained in:
@@ -61,6 +61,7 @@ const SignupPage = () => {
|
||||
const [showAddAccount, setShowAddAccount] = useState(false);
|
||||
const [numberOfAccountsToAdd, setNumberOfAccountsToAdd] = useState();
|
||||
const [showPromoModal, setShowPromoModal] = useState(false);
|
||||
const [isPromoMembership, setIsPromoMembership] = useState();
|
||||
|
||||
const handleChangeInput = (e, name) => {
|
||||
const newData = handleFormDataChange(e, name, data, signupFields);
|
||||
@@ -668,9 +669,10 @@ const SignupPage = () => {
|
||||
)}
|
||||
{showPromoModal ? (
|
||||
<ConfirmModal
|
||||
titleText="TEST"
|
||||
titleText="Enter Promo Code"
|
||||
onCancel={handleCancelModal}
|
||||
buttonLabelText="Enter Code"
|
||||
isPromoModal={true}
|
||||
/>
|
||||
) : (
|
||||
<></>
|
||||
|
||||
Reference in New Issue
Block a user