diff --git a/src/components/MyActiveJobs/ActiveJobs.jsx b/src/components/MyActiveJobs/ActiveJobs.jsx index 1a55f96..53ab09e 100644 --- a/src/components/MyActiveJobs/ActiveJobs.jsx +++ b/src/components/MyActiveJobs/ActiveJobs.jsx @@ -250,7 +250,7 @@ function ActiveJobs(props) { return ( -
+
{/* job title */}
@@ -280,8 +280,8 @@ function ActiveJobs(props) {

{props.details.job_to && props.details.job_to}

-
-

Description:

+
+

Description:

{props.details?.description && props.details.description}

@@ -295,12 +295,12 @@ function ActiveJobs(props) {

Delivery Detail

{passDue ? (
-

+

Due: {props.details?.delivery_date && props.details.delivery_date.split(" ")[0]}

-

+

{props.details?.delivery_date && props.details.delivery_date.split(" ")[1]}

@@ -309,10 +309,10 @@ function ActiveJobs(props) {

Due:

-

+

-
+
Hrs Min Sec @@ -321,15 +321,15 @@ function ActiveJobs(props) {
)} -
- Duration: +
+ Duration: {props.details?.timeline_days && props.details.timeline_days}{" "} day(s)
-
- No: +
+ No: {props.details?.contract && props.details.contract} @@ -338,7 +338,7 @@ function ActiveJobs(props) { {/* end of job details */}
-
+

@@ -358,7 +358,7 @@ function ActiveJobs(props) {

{tab == "message" ? (