feat: change price product transaction
This commit is contained in:
@@ -95,7 +95,7 @@ export const Product = observer(() => {
|
||||
<Card onClick={() => handleBuyProduct(item)} style={{cursor: "pointer"}}>
|
||||
<span style={{color: "black"}}>{item.name}</span>
|
||||
<br/>
|
||||
<span style={{color: "grey", fontSize: 10}}>{item.price}</span>
|
||||
<span style={{color: "grey", fontSize: 10}}>{item?.currentPrice?.mark_up_price}</span>
|
||||
</Card>
|
||||
</Col>
|
||||
))}
|
||||
|
Reference in New Issue
Block a user