summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-22 10:27:47 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-22 10:27:47 +0700
commit6dafc3c06566646bdf23ab1da271e337b131ccd9 (patch)
treef5646c5cd80841ad4efac335c683c79ac51c9a54
parent33363a1a8dc7f4641b7b054dc72339bf53495102 (diff)
<iman> update name field
-rw-r--r--src/lib/product/components/ProductCard.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx
index a1491c7f..611fb002 100644
--- a/src/lib/product/components/ProductCard.jsx
+++ b/src/lib/product/components/ProductCard.jsx
@@ -154,7 +154,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
) : (
<div>-</div>
)}
- {product?.is_in_bu && (
+ {product?.isInBu && (
<div className=''>
<Image src='/images/PICKUP-NOW.png' alt='pickup now' width={90} height={12} />
</div>