Bug fixing
This commit is contained in:
parent
5af452ccec
commit
e26fb13813
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user