Config Menu
This commit is contained in:
@@ -117,7 +117,7 @@ export const Product = observer(() => {
|
||||
},
|
||||
});
|
||||
}}
|
||||
style={{cursor: "pointer"}}
|
||||
style={{cursor: "pointer",marginLeft:10}}
|
||||
>
|
||||
<span style={{color: "black"}}>{item.product_name}</span>
|
||||
<br/>
|
||||
@@ -132,13 +132,13 @@ export const Product = observer(() => {
|
||||
))}
|
||||
</Row>
|
||||
)}
|
||||
{store.transaction.data.length !== 0 && (
|
||||
{/* {store.transaction.data.length !== 0 && (
|
||||
<Col style={{textAlign: "right", marginTop: "1em"}}>
|
||||
<Button style={{backgroundColor: "#2D9CDB", color: "white"}}>
|
||||
Beli Sekarang
|
||||
</Button>
|
||||
</Col>
|
||||
)}
|
||||
)} */}
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user