diff --git a/src/components/jobPopout/JobListPopout.jsx b/src/components/jobPopout/JobListPopout.jsx index 5c3d5da..f805719 100644 --- a/src/components/jobPopout/JobListPopout.jsx +++ b/src/components/jobPopout/JobListPopout.jsx @@ -250,6 +250,147 @@ function JobListPopout({ }); }, []); + const DetailsSection = ({ label, value }) => ( +
{details.title}
*/} + + {/* INPUT SECTION */} + {detailsArray.map((detail, index) => ( +{errMsg.deliveryDetail}
+{details.title}
*/} - - {/* INPUT SECTION */} -{errMsg.deliveryDetail}
-{ return (
You do not have sufficient balance to assign this task @@ -685,3 +648,25 @@ const ZeroBalanceChecker = ({ amount, code, country, openCreditPopup }) => {