diff --git a/src/components/ServiceProject/JobList.jsx b/src/components/ServiceProject/JobList.jsx index 65abf665..5665511e 100644 --- a/src/components/ServiceProject/JobList.jsx +++ b/src/components/ServiceProject/JobList.jsx @@ -105,7 +105,7 @@ const JobList = () => { {jobGrid.map((col) => (
{col.label}
@@ -120,14 +120,14 @@ const JobList = () => { {Array.isArray(data?.data) && data.data.length > 0 ? ( data.data.map((row, i) => ( - + {jobGrid.map((col) => ( {col.getValue(row)} ))} -
+