From e0a728c5cfe782a2c3c997a57d247ba3ec784c66 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 12 Jun 2023 17:43:07 -0400 Subject: [PATCH] Coupon pening --- .../MyActiveJobs/JobActions/CurrentJobAction.jsx | 8 ++++---- .../MyActiveJobs/JobActions/CurrentTaskAction.jsx | 3 +-- .../MyActiveJobs/JobActions/PastDueJobAction.jsx | 6 +++--- .../MyActiveJobs/JobActions/PastDueTaskAction.jsx | 6 +++--- .../MyActiveJobs/JobActions/ReviewJobAction.jsx | 8 ++++---- src/components/MyCoupons/MyCoupons.jsx | 2 +- 6 files changed, 16 insertions(+), 17 deletions(-) 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

-
+ {/*
*/}