Bug fixing
This commit is contained in:
@@ -350,8 +350,8 @@ export const ProductComponent = observer((props) => {
|
|||||||
<div style={{}}>
|
<div style={{}}>
|
||||||
<p>
|
<p>
|
||||||
<small>{item.product_name}</small> <br />
|
<small>{item.product_name}</small> <br />
|
||||||
<small>Harga Beli : {item.current_price_price}</small>
|
{/* <small>Harga Beli : {item.current_price_price}</small>
|
||||||
<br />
|
<br /> */}
|
||||||
<small>Harga Jual : {item.mark_up_price}</small>
|
<small>Harga Jual : {item.mark_up_price}</small>
|
||||||
</p>
|
</p>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user