zgl 1 тиждень тому
батько
коміт
f3090f3603
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/components/catalog/product/ProductsSection.tsx

+ 1 - 0
src/components/catalog/product/ProductsSection.tsx

@@ -30,6 +30,7 @@ export function ProductsSection({ title, description, products }: ProductsSectio
               imageUrl={imageUrl || ""}
               price={String(ProductPrice)}
               product={{
+                _id: item._id,
                 urlKey: item.urlKey || item.sku,
                 name: item?.name || item.sku,
                 id: item.id,