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, loading: false,
status: false, status: false,
}); });
}
// setConfirmCredit((prev) => ({ return dispatch(tableReload({ type: "WALLETTABLE" }));
// ...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" }));
}) })
.catch((err) => { .catch((err) => {
setRequestStatus({ setRequestStatus({