diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-22 10:27:47 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-22 10:27:47 +0700 |
| commit | 6dafc3c06566646bdf23ab1da271e337b131ccd9 (patch) | |
| tree | f5646c5cd80841ad4efac335c683c79ac51c9a54 /src/lib | |
| parent | 33363a1a8dc7f4641b7b054dc72339bf53495102 (diff) | |
<iman> update name field
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 2 |
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> |
