updated error scenario for the modal header

This commit was merged in pull request #368.
This commit is contained in:
2023-08-01 12:05:27 +01:00
parent 172f0ccbce
commit f46c6232b0
2 changed files with 2 additions and 3 deletions
@@ -134,8 +134,6 @@ function ConfirmAddFund({
callback: (response) => {
debouncedSuccessPayment(); //delays the call for 5 secs
if (response?.status === "successful")
return dispatch(tableReload({ type: "WALLETTABLE" }));
setTimeout(() => {
closePaymentModal();
setConfirmCredit((prev) => ({