go
This commit is contained in:
@@ -153,12 +153,12 @@ const SignupPage = () => {
|
||||
if (isBusy) {
|
||||
return;
|
||||
}
|
||||
/*
|
||||
|
||||
const dataValues = validateData();
|
||||
if (dataValues === null) {
|
||||
return;
|
||||
}
|
||||
*/
|
||||
console.log("dataValues", dataValues);
|
||||
setShowSelectPlan(!showSelectPlan);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user