diff --git a/src/components/MyActiveJobs/ActiveJobsMedia.jsx b/src/components/MyActiveJobs/ActiveJobsMedia.jsx
index 9490eb7..3e545eb 100644
--- a/src/components/MyActiveJobs/ActiveJobsMedia.jsx
+++ b/src/components/MyActiveJobs/ActiveJobsMedia.jsx
@@ -385,7 +385,7 @@ function ActiveJobsMedia(props) {
- Price:{" "}
+ Reward:{" "}
{thePrice}
diff --git a/src/components/MyWallet/Popup/AddFundDollars.jsx b/src/components/MyWallet/Popup/AddFundDollars.jsx
index 3fbc2cd..b981dcd 100644
--- a/src/components/MyWallet/Popup/AddFundDollars.jsx
+++ b/src/components/MyWallet/Popup/AddFundDollars.jsx
@@ -588,26 +588,28 @@ function AddFundDollars(props) {
-
-
-
+
+
+
+
+
);
@@ -620,25 +622,27 @@ function AddFundDollars(props) {
{selectedOption == "previous" && (
-
-
-
+
+
+
+
+
)}
>
diff --git a/src/components/MyWallet/Popup/AddFundPop.jsx b/src/components/MyWallet/Popup/AddFundPop.jsx
index 77b3001..5b41611 100644
--- a/src/components/MyWallet/Popup/AddFundPop.jsx
+++ b/src/components/MyWallet/Popup/AddFundPop.jsx
@@ -171,27 +171,29 @@ function AddFundPop({
{countryWallet == "NG" &&
}
{countryWallet == "NG" && (
-
-
-
+
+
+
+
+
)}
diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx
index 79f0e77..37f414a 100644
--- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx
+++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx
@@ -424,35 +424,37 @@ function ConfirmAddFund({
-
-
- {__confirmCountry === "US" && (
+
+
- )}
- {__confirmCountry === "NG" && (
-
- )}
+ {__confirmCountry === "US" && (
+
+ )}
+ {__confirmCountry === "NG" && (
+
+ )}
+
>
);
diff --git a/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx b/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx
index a6fec7f..08f9f5b 100644
--- a/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx
+++ b/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx
@@ -387,37 +387,39 @@ function ConfirmNairaWithdraw({
>
{requestStatus.message && requestStatus.message}
-
- {!completeNairaWithdraw.show && (
-
- )}
-
-
-
-
- Cancel
-
+
+
+
+ Cancel
+
-
- {requestStatus ? (
-
- ) : (
- "Continue"
- )}
-
+
+ {requestStatus ? (
+
+ ) : (
+ "Continue"
+ )}
+
+
)