@@ -104,7 +99,7 @@ function CompleteConfirmCredit({ onClose, confirmCredit }) {
diff --git a/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx b/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx
index 6d84ced..a42f927 100644
--- a/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx
+++ b/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx
@@ -101,18 +101,10 @@ function ConfirmNairaWithdraw({
});
};
- const getBack = () => {
- action();
- setShowNairaWithdraw({
- show: true,
- data: {},
- });
- };
-
- const completeWithdrawal = () => {
- action();
- window.location.reload(true);
- };
+ // const completeWithdrawal = () => {
+ // action();
+ // window.location.reload(true);
+ // };
return (
@@ -413,7 +405,7 @@ function ConfirmNairaWithdraw({