diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index 8949019e7..49bf03139 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -11,7 +11,7 @@ interface Props { product: Product variant?: 'slim' | 'simple' imgProps?: Omit - noNameTag: boolean + noNameTag?: boolean } const placeholderImg = '/product-img-placeholder.svg'