clean up
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user