fix job cards
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user