This commit is contained in:
Kenneth Jannette
2024-01-27 16:19:44 -06:00
parent 462a7e8974
commit b8c3610c0d

View File

@@ -79,10 +79,7 @@ const SignupPage = () => {
}); });
setSelectedPlan(tempPlan); setSelectedPlan(tempPlan);
setActiveRadioOption(tempPlan[0].value); setActiveRadioOption(tempPlan[0].value);
console.log("selectedPlan", selectedPlan);
}; };
const validateData = () => { const validateData = () => {