fixed carousel in search

This commit is contained in:
@jcarymuhammedow
2026-03-26 18:07:08 +05:00
parent 96321ffcf5
commit daba1889dd

View File

@@ -63,7 +63,7 @@ export default function CategoryProductsGrid({
product.old_price_amount ? parseFloat(product.old_price_amount) : null product.old_price_amount ? parseFloat(product.old_price_amount) : null
} }
struct_price_text={`${product.price_amount} TMT`} struct_price_text={`${product.price_amount} TMT`}
images={[product.media?.[0]?.images_400x400]} images={product.media?.map((m) => m.images_400x400) ?? []}
stock={product.stock} stock={product.stock}
button={true} button={true}
/> />