From daba1889dd120c68810f0b57d438e07b408bd912 Mon Sep 17 00:00:00 2001 From: "@jcarymuhammedow" Date: Thu, 26 Mar 2026 18:07:08 +0500 Subject: [PATCH] fixed carousel in search --- features/category/components/CategoryProductsGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/category/components/CategoryProductsGrid.tsx b/features/category/components/CategoryProductsGrid.tsx index c6e1812..262181f 100644 --- a/features/category/components/CategoryProductsGrid.tsx +++ b/features/category/components/CategoryProductsGrid.tsx @@ -63,7 +63,7 @@ export default function CategoryProductsGrid({ product.old_price_amount ? parseFloat(product.old_price_amount) : null } struct_price_text={`${product.price_amount} TMT`} - images={[product.media?.[0]?.images_400x400]} + images={product.media?.map((m) => m.images_400x400) ?? []} stock={product.stock} button={true} />