-
I completed this task and ready for review and acceptance.
diff --git a/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx b/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx
index 704cda3..f1ef05b 100644
--- a/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx
+++ b/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx
@@ -6,14 +6,14 @@ function PastDueJobAction() {
-
+
-
+
Time allocated has passed
-
+ {/* */}
|
diff --git a/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx b/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx
index eea234c..712be80 100644
--- a/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx
+++ b/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx
@@ -6,14 +6,14 @@ function PastDueTaskAction() {
-
+
-
+
You have missed the allocated time
-
+ {/* */}
|
diff --git a/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx b/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx
index ca752cc..957c4f8 100644
--- a/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx
+++ b/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx
@@ -6,14 +6,14 @@ function ReviewJobAction() {
-
- |
+ |
+
-
+
This Job is Ready for your review
-
+ {/* */}
|
diff --git a/src/components/MyCoupons/MyCoupons.jsx b/src/components/MyCoupons/MyCoupons.jsx
index b5fc7cb..6f0a97e 100644
--- a/src/components/MyCoupons/MyCoupons.jsx
+++ b/src/components/MyCoupons/MyCoupons.jsx
@@ -14,7 +14,7 @@ export default function MyCoupons() {
//FUNCTION TO GET COUPON HISTORY
const getCouponHistory = ()=>{
- apiCall.getCouponHx().then((res)=>{
+ apiCall.getCouponPending().then((res)=>{
if(res.data.internal_return < 0){ // success but no data
setCouponHistory(prev => ({...prev, loading: false}))
return
|