This commit is contained in:
Kenneth Jannette
2024-02-15 21:10:05 -06:00
parent 030c6d3f51
commit 0437f0572c

View File

@@ -62,6 +62,7 @@ const SignupPage = () => {
const [numberOfAccountsToAdd, setNumberOfAccountsToAdd] = useState();
const [showPromoModal, setShowPromoModal] = useState(false);
const [isPromoMembership, setIsPromoMembership] = useState();
const [issueText, setIssueText] = useState("");
const handleChangeInput = (e, name) => {
const newData = handleFormDataChange(e, name, data, signupFields);
@@ -673,6 +674,8 @@ const SignupPage = () => {
onCancel={handleCancelModal}
buttonLabelText="Enter Code"
isPromoModal={true}
issueText={issueText}
setIssueText={setIssueText}
/>
) : (
<></>