diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-13 09:16:04 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-13 09:16:04 +0700 |
| commit | 26cee59f3abad5a9c45821ebdccc8ccb819c930b (patch) | |
| tree | 6d90eef71db8d1ab9b456b43aef36b5873d13998 /src/lib/variant | |
| parent | 6115a7b9e9e1cd2231c946609cb1ceac6d167386 (diff) | |
| parent | 80295b97150495f56bd236a5345c2ddeb8313267 (diff) | |
Merge branch 'CR/breadcrumb' into CR/UI
Diffstat (limited to 'src/lib/variant')
| -rw-r--r-- | src/lib/variant/components/VariantCard.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/variant/components/VariantCard.jsx b/src/lib/variant/components/VariantCard.jsx index 64b6d146..6c0ab974 100644 --- a/src/lib/variant/components/VariantCard.jsx +++ b/src/lib/variant/components/VariantCard.jsx @@ -40,7 +40,7 @@ const VariantCard = ({ product, openOnClick = true, buyMore = false }) => { {product.attributes.length > 0 ? ` ・ ${product.attributes.join(', ')}` : ''} </p> <p className='text-caption-2 text-gray_r-11 mt-1'> - Berat Item : {product?.weight} Kg + Berat Item : {product?.weight} Kg x {product?.quantity} Barang </p> <div className='flex flex-wrap gap-x-1 items-center mt-auto'> {product.hasFlashsale && ( |
