From 2abf266e5cfd40cf19be391d960bddba71907628 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 16 Nov 2022 13:40:41 +0700 Subject: fix product no brand & product name height --- src/components/ProductCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/ProductCard.js b/src/components/ProductCard.js index 49bba235..77f902e0 100644 --- a/src/components/ProductCard.js +++ b/src/components/ProductCard.js @@ -15,7 +15,7 @@ export default function ProductCard({ data }) {
- {typeof product.manufacture.name !== undefined ? ( + {typeof product.manufacture.name !== "undefined" ? ( {product.manufacture.name} ) : ( - -- cgit v1.2.3