mroe
This commit is contained in:
@@ -238,7 +238,7 @@ const SignupPage = () => {
|
|||||||
if (paymentDataValues === null) {
|
if (paymentDataValues === null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
//
|
||||||
let dataValues = validateData();
|
let dataValues = validateData();
|
||||||
if (dataValues === null) {
|
if (dataValues === null) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -46,3 +46,4 @@ export const signupRadioFields = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user