more
This commit is contained in:
@@ -133,10 +133,12 @@ const SignupPage = () => {
|
||||
};
|
||||
|
||||
const handleProceed = () => {
|
||||
/*
|
||||
const dataValues = validateData();
|
||||
if (dataValues === null) {
|
||||
return;
|
||||
}
|
||||
*/
|
||||
setShowPaymentModal(true);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user