This commit is contained in:
Kenneth Jannette
2024-01-19 18:22:35 -06:00
parent 7de8768176
commit 38a988e420
2 changed files with 5 additions and 3 deletions

View File

@@ -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);
};