This commit is contained in:
Kenneth Jannette
2024-01-26 23:50:18 -06:00
parent 7b0bcb8eee
commit 6341f78c60
2 changed files with 3 additions and 3 deletions

View File

@@ -153,12 +153,12 @@ const SignupPage = () => {
if (isBusy) {
return;
}
/*
const dataValues = validateData();
if (dataValues === null) {
return;
}
*/
console.log("dataValues", dataValues);
setShowSelectPlan(!showSelectPlan);
};