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