diff --git a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx index 79f540e..e8f13a5 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx @@ -6,14 +6,14 @@ function CurrentJobAction() {

- - + diff --git a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx index afbed5f..9fb4650 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx @@ -37,9 +37,8 @@ function CurrentTaskAction({jobDetails}) {
+
-
+

Waiting for the completion message from the client before you can approve.

-
+ {/*
*/}
- +
-

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() { - + 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() {
-
+

Time allocated has passed

-
+ {/*
*/}
- + 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() {

-
+

You have missed the allocated time

-
+ {/*
*/}
- - + 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
+
-
+

This Job is Ready for your review

-
+ {/*
*/}