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