Resource Page Data Mapping

This commit was merged in pull request #220.
This commit is contained in:
2023-06-29 09:09:30 +01:00
parent 2d80dd9450
commit 382a266b9a
3 changed files with 130 additions and 131 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export default function CollectionTab({ className, products }) {
<DataIteration
datas={products}
startLength={process.env.REACT_APP_ZERO_STATE}
endLength={products.length}
endLength={products?.length}
>
{({ datas }) => (
<CollectionCard key={datas.uniqKey} collectionData={datas} />