diff --git a/src/pages/master/sparepart/component/SparepartCardList.jsx b/src/pages/master/sparepart/component/SparepartCardList.jsx index 663d548..b635b5d 100644 --- a/src/pages/master/sparepart/component/SparepartCardList.jsx +++ b/src/pages/master/sparepart/component/SparepartCardList.jsx @@ -298,7 +298,6 @@ const SparepartCardList = ({ > {item[header]} - Qty: {item.sparepart_qty || 0} Stok: {item.sparepart_stok || 'Not Available'} @@ -309,9 +308,9 @@ const SparepartCardList = ({ style={{ marginBottom: '8px', display: 'flex', - justifyContent: 'center', }} > + Qty + {quantity !== 0 && ( + + )}