more
This commit is contained in:
@@ -53,7 +53,7 @@ const SignupPage = () => {
|
||||
//const [showSelectPlan, setShowSelectPlan] = useState(true);
|
||||
|
||||
const [activeRadioOption, setActiveRadioOption] = useState("partner");
|
||||
const [selectedPlan, setSelectedPlan] = useState([signupRadioFields[1]]);
|
||||
const [selectedPlan, setSelectedPlan] = useState([signupRadioFields[2]]);
|
||||
const stripe = new Stripe(stripeApiKey);
|
||||
const apiUrl =
|
||||
process.env.NODE_ENV === "development"
|
||||
@@ -109,7 +109,7 @@ const SignupPage = () => {
|
||||
setSelectedPlan(tempPlan);
|
||||
setActiveRadioOption(tempPlan[0].value);
|
||||
};
|
||||
|
||||
console.log("selectedPlan in signup page", selectedPlan);
|
||||
const handleLeftArrowClick = () => {
|
||||
if (valX == 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user