product-card

This commit is contained in:
Veselov
2025-09-06 22:32:13 +03:00
parent 02abf2781e
commit 2226fb2abe
2 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ export const useProductsList = () => {
name: product?.name,
price: product?.price,
variations: product?.variations,
images: product?.images?.splice(0, 5),
images: product?.images?.slice(0, 5),
})) ?? [])
return {