This commit is contained in:
Kenneth Jannette
2024-01-19 19:51:26 -06:00
parent 74606afc72
commit 39852a5915
2 changed files with 31 additions and 34 deletions

View File

@@ -116,11 +116,12 @@ const SignupPage = () => {
if (isBusy) {
return;
}
/*
const dataValues = validateData();
if (dataValues === null) {
return;
}
*/
setShowPaymentModal(true);
};