diff --git a/src/pages/catalog/components/product_cards/ProductCards.tsx b/src/pages/catalog/components/product_cards/ProductCards.tsx index c70e2d3..b9c6ae2 100644 --- a/src/pages/catalog/components/product_cards/ProductCards.tsx +++ b/src/pages/catalog/components/product_cards/ProductCards.tsx @@ -11,11 +11,13 @@ type ProductCardProps = { const ProductCards = ({ products, addProductLine } : ProductCardProps) => { return (