From c424a9cbef1b8729d5ad25d8dad28bf8932cc494 Mon Sep 17 00:00:00 2001 From: "@kirill.komarov" Date: Wed, 13 May 2026 12:37:45 +0500 Subject: [PATCH] deploy --- .../src/entities/product/ui/ProductCard.tsx | 33 ++++++++++++++++--- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/client/src/entities/product/ui/ProductCard.tsx b/client/src/entities/product/ui/ProductCard.tsx index ff08d76..6f76250 100644 --- a/client/src/entities/product/ui/ProductCard.tsx +++ b/client/src/entities/product/ui/ProductCard.tsx @@ -153,8 +153,15 @@ export function ProductCard({ product, mediaHeight = 200, actions }: Props) { )} @@ -175,14 +182,30 @@ export function ProductCard({ product, mediaHeight = 200, actions }: Props) { {(product.materials?.length ?? 0) > 0 && ( {materials.map((m) => ( - + ))} {moreMaterials > 0 && ( )}