diff --git a/src/components/jobPopout/OfferJobPopout.jsx b/src/components/jobPopout/OfferJobPopout.jsx index d285cc9..0e0bacc 100644 --- a/src/components/jobPopout/OfferJobPopout.jsx +++ b/src/components/jobPopout/OfferJobPopout.jsx @@ -147,33 +147,46 @@ function OfferJobPopout({ details, onClose, situation }) { {/* INPUT SECTION */}
- + /> */} + +

+ { + (details.offer_added && details.offer_added?.split(" ")[0]) || + "default" + } +

- + /> */} + +

{details.expire && details.expire.split(" ")[0]}

- + {/* */} + +

{thePrice}

- + /> */} + +

{`${details.timeline_days} day(s)`}

@@ -182,7 +195,7 @@ function OfferJobPopout({ details, onClose, situation }) {

- +

{details.description}

{/* */}
@@ -193,7 +206,7 @@ function OfferJobPopout({ details, onClose, situation }) { {/*

{details.job_description || details.job_detail}

*/}