diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index edbb68f..991b1e4 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -134,8 +134,6 @@ function ConfirmAddFund({ callback: (response) => { debouncedSuccessPayment(); //delays the call for 5 secs - if (response?.status === "successful") - return dispatch(tableReload({ type: "WALLETTABLE" })); setTimeout(() => { closePaymentModal(); setConfirmCredit((prev) => ({ diff --git a/src/components/MyWallet/Popup/CreditPopup.jsx b/src/components/MyWallet/Popup/CreditPopup.jsx index d186081..b8ecccd 100644 --- a/src/components/MyWallet/Popup/CreditPopup.jsx +++ b/src/components/MyWallet/Popup/CreditPopup.jsx @@ -25,7 +25,8 @@ const CreditPopup = ({ details, onClose, situation, walletItem }) => {