This commit is contained in:
2023-08-01 11:41:57 +01:00
parent 6ea52e6481
commit a2047cc2de
@@ -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({