From 0a0c497204acbac562700d80f38e74aa9ffcd94e Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 1 Dec 2022 16:26:21 +0700 Subject: dynamic filter, dynamic pagination, detail brand, to title case --- src/components/ProductCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ProductCard.js') diff --git a/src/components/ProductCard.js b/src/components/ProductCard.js index 2299d931..0fe47196 100644 --- a/src/components/ProductCard.js +++ b/src/components/ProductCard.js @@ -19,7 +19,7 @@ export default function ProductCard({ data }) {
{typeof product.manufacture.name !== "undefined" ? ( - {product.manufacture.name} + {product.manufacture.name} ) : ( - )} -- cgit v1.2.3