diff --git a/src/components/MyWallet/AddFundDollars.jsx b/src/components/MyWallet/AddFundDollars.jsx index 17aa615..ea74ef7 100644 --- a/src/components/MyWallet/AddFundDollars.jsx +++ b/src/components/MyWallet/AddFundDollars.jsx @@ -144,7 +144,7 @@ function AddFundDollars(props) { <>
{/* switch button */} -
+

{props.currency == "US Dollars" && "Payment Method"} @@ -184,26 +184,6 @@ function AddFundDollars(props) {

-
-

- {props.currency == "US Dollars" - ? "Amount (USD)" - : "Amount (Naira)"} -

-
- -

- {props.inputError && props.inputError} -

-
-

{/* END OF switch button */} @@ -215,7 +195,7 @@ function AddFundDollars(props) { ) : payListCards?.data?.length ? (