Improved folder structure for resources and clean up

This commit is contained in:
2023-06-29 13:18:31 +01:00
parent 382a266b9a
commit d81b9970b3
22 changed files with 109 additions and 87 deletions
@@ -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} />