summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-10-13 09:16:04 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-10-13 09:16:04 +0700
commit26cee59f3abad5a9c45821ebdccc8ccb819c930b (patch)
tree6d90eef71db8d1ab9b456b43aef36b5873d13998 /src/core
parent6115a7b9e9e1cd2231c946609cb1ceac6d167386 (diff)
parent80295b97150495f56bd236a5345c2ddeb8313267 (diff)
Merge branch 'CR/breadcrumb' into CR/UI
Diffstat (limited to 'src/core')
-rw-r--r--src/core/components/elements/Product/cartProductsList.jsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/components/elements/Product/cartProductsList.jsx b/src/core/components/elements/Product/cartProductsList.jsx
index 32df992b..9662cd3b 100644
--- a/src/core/components/elements/Product/cartProductsList.jsx
+++ b/src/core/components/elements/Product/cartProductsList.jsx
@@ -15,7 +15,6 @@ const CardProdcuctsList = ({
updateQuantity = () => {},
setDeleteConfirmation = () => {}
}) => {
-
return (
<table className='table-cart'>
<thead>
@@ -144,7 +143,9 @@ const CardProdcuctsList = ({
{product?.code}{' '}
{product?.attributes.length > 0 ? `| ${product?.attributes.join(', ')}` : ''}
</div>
- <div className='text-gray_r-11 mt-2'>Berat item : {product?.weight} Kg</div>
+ <div className='text-gray_r-11 mt-2'>
+ Berat item : {product?.weight} Kg x {product?.quantity} Barang
+ </div>
</div>
</td>
<td className='relative'>