This commit is contained in:
Kenneth Jannette
2024-02-25 13:58:30 -06:00
6 changed files with 50 additions and 9 deletions

View File

@@ -51,6 +51,7 @@ const SignupPage = () => {
);
// const [showSelectPlan, setShowSelectPlan] = useState(true);
const [activeRadioOption, setActiveRadioOption] = useState("partner");
const [selectedPlan, setSelectedPlan] = useState([signupRadioFields[1]]);
const stripe = new Stripe(stripeApiKey);