more
This commit is contained in:
@@ -106,6 +106,7 @@ const SignupPage = () => {
|
||||
|
||||
const handleProceedToPayment = (e) => {
|
||||
e.preventDefault();
|
||||
/*
|
||||
if (isBusy) {
|
||||
return;
|
||||
}
|
||||
@@ -113,6 +114,7 @@ const SignupPage = () => {
|
||||
if (dataValues === null) {
|
||||
return;
|
||||
}
|
||||
*/
|
||||
setShowPaymentModal(true);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user