From 4438123bb093976288e15380386a9d345d278475 Mon Sep 17 00:00:00 2001 From: okbel Date: Tue, 1 Jun 2021 10:02:38 -0300 Subject: [PATCH] Types --- components/product/ProductCard/ProductCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'