diff --git a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx index 4cffbb9..89276c2 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx @@ -10,7 +10,7 @@ function CurrentJobAction() {
-

+

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

diff --git a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx index 00091aa..83fd99b 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx @@ -41,7 +41,7 @@ function CurrentTaskAction({jobDetails}) {
-

+

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 1ad6a80..704cda3 100644 --- a/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx @@ -10,7 +10,7 @@ function PastDueJobAction() {
-

+

Time allocated has passed

diff --git a/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx b/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx index eafa8f7..eea234c 100644 --- a/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx +++ b/src/components/MyActiveJobs/JobActions/PastDueTaskAction.jsx @@ -10,7 +10,7 @@ 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 116d953..b02b7a3 100644 --- a/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/ReviewJobAction.jsx @@ -10,7 +10,7 @@ function ReviewJobAction() {
-

+

This Job is Ready for your review

diff --git a/src/components/MyWallet/Balance.jsx b/src/components/MyWallet/Balance.jsx index aeee136..ecb4e26 100644 --- a/src/components/MyWallet/Balance.jsx +++ b/src/components/MyWallet/Balance.jsx @@ -10,11 +10,11 @@ function Balance({wallet, coupon}) {
{/* WALLET SECTION */} -
+

Wallet

-

Add New Wallet

+ {/*

Add New Wallet

*/}
{/* wallet balance */} {wallet.loading ? @@ -26,7 +26,7 @@ function Balance({wallet, coupon}) {

- {item.description} + {item.description}

{item.symbol}

@@ -73,22 +73,22 @@ function Balance({wallet, coupon}) {
-
+ {/*
*/} - {/* COUPON SECTION */} -
-
-

Coupons

- {coupon.loading ? - - : - - } -
-
- {/* END OF COUPON SECTION */} + {/* /!* COUPON SECTION *!/*/} + {/*
*/} + {/*
*/} + {/*

Coupons

*/} + {/* {coupon.loading ?*/} + {/* */} + {/* :*/} + {/* */} + {/* }*/} + {/*
*/} + {/*
*/} + {/* /!* END OF COUPON SECTION *!/*/} -
+ {/*
*/}
) }