diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index 31a99bc..d436ecb 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -162,19 +162,9 @@ function ConfirmAddFund({ loading: false, status: false, }); + } - // setConfirmCredit((prev) => ({ - // ...prev, - // show: { - // awaitConfirm: { loader: false, state: false }, - // acceptConfirm: { loader: false, state: true }, - // }, - // data: res, - // })); - - // toast.success("Opps! something went wrong"); - } else return dispatch(tableReload({ type: "WALLETTABLE" })); - + return dispatch(tableReload({ type: "WALLETTABLE" })); }) .catch((err) => { setRequestStatus({