This commit is contained in:
Kenneth Jannette
2024-01-26 21:14:07 -06:00
parent 00f6febdae
commit 055d80f927
2 changed files with 2 additions and 1 deletions

View File

@@ -238,7 +238,7 @@ const SignupPage = () => {
if (paymentDataValues === null) {
return;
}
//
let dataValues = validateData();
if (dataValues === null) {
return;