diff --git a/src/components/MyWallet/Popup/AddFundDollars.jsx b/src/components/MyWallet/Popup/AddFundDollars.jsx index 5d9983d..a7c8f01 100644 --- a/src/components/MyWallet/Popup/AddFundDollars.jsx +++ b/src/components/MyWallet/Popup/AddFundDollars.jsx @@ -313,7 +313,7 @@ function AddFundDollars(props) { )} {tab === "new" && ( -
+
-
+
{tab == "previous" && ( -
+
)} - {countryWallet == "NG" &&
} + {countryWallet == "NG" &&
} {countryWallet == "NG" && (
diff --git a/src/components/MyWallet/Popup/NairaWithdraw.jsx b/src/components/MyWallet/Popup/NairaWithdraw.jsx index 284004f..f2d69b1 100644 --- a/src/components/MyWallet/Popup/NairaWithdraw.jsx +++ b/src/components/MyWallet/Popup/NairaWithdraw.jsx @@ -171,7 +171,7 @@ function NairaWithdraw({ setErrorMsgs({ amount: "amount required" }); setTimeout(() => setErrorMsgs({ amount: "" }), 3000); return; - }else if (Number(values.amount * 100) > Number(wallet?.transfer_limit)) { + } else if (Number(values.amount * 100) > Number(wallet?.transfer_limit)) { setErrorMsgs({ amount: "Withdraw limit has been exceeded" }); setTimeout(() => setErrorMsgs({ amount: "" }), 3000); return; @@ -796,7 +796,7 @@ function NairaWithdraw({