diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-05 16:50:38 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-05 16:50:38 +0700 |
| commit | 755b61a8a7a082cc13f7ecb4a79807f90e60b3d6 (patch) | |
| tree | 9ca4fc8b49c9784c433c2fdc54f59934f2239b3b /src/lib/variant | |
| parent | f9f1fdf83c2b6ed5c1d85d7418d45aeed9b05c77 (diff) | |
<iman> add feature SNI-TKDN
Diffstat (limited to 'src/lib/variant')
| -rw-r--r-- | src/lib/variant/components/VariantCard.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/variant/components/VariantCard.jsx b/src/lib/variant/components/VariantCard.jsx index 87e5d68e..f5ae4478 100644 --- a/src/lib/variant/components/VariantCard.jsx +++ b/src/lib/variant/components/VariantCard.jsx @@ -78,7 +78,7 @@ const VariantCard = ({ product, openOnClick = true, buyMore = false }) => { /> <div className="absolute top-0 right-4 flex mt-3"> <div className="gambarB "> - {!isSni && ( + {product.isSni && ( <ImageNext src="/images/sni-logo.png" alt="SNI Logo" @@ -89,7 +89,7 @@ const VariantCard = ({ product, openOnClick = true, buyMore = false }) => { )} </div> <div className="gambarC "> - {!isTkdn && ( + {product.isTkdn && ( <ImageNext src="/images/TKDN.png" alt="TKDN" |
