From 173b2adc66b62ee66a32a1d415126037685e167e Mon Sep 17 00:00:00 2001 From: Ebube Date: Tue, 1 Aug 2023 19:50:52 +0100 Subject: [PATCH] css fixes for uniform btn --- src/components/MyWallet/Popup/AddFundDollars.jsx | 10 +++++----- src/components/MyWallet/Popup/AddFundPop.jsx | 4 ++-- src/components/MyWallet/Popup/ConfirmAddFund.jsx | 2 +- src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx | 6 +++--- src/components/MyWallet/Popup/NairaWithdraw.jsx | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) 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({