fix job cards

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-18 22:59:21 -04:00
parent 0c32419a52
commit 8493c1bb63
6 changed files with 68 additions and 143 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export default function MainSection({ className, marketPlaceProduct }) {
<DataIteration
datas={products}
startLength="0"
endLength={products.length}
endLength={products?.length}
>
{({ datas }) => (
<ActiveJobsCard key={datas.id} datas={datas} />