IO-962 Vendor Discount removal
This commit is contained in:
@@ -62,7 +62,9 @@ const VendorSearchSelect = (
|
||||
<div className="imex-flex-row" style={{ width: "100%" }}>
|
||||
<div style={{ flex: 1 }}>{o.name}</div>
|
||||
|
||||
<Tag color="green">{`${o.discount * 100}%`}</Tag>
|
||||
{o.discount && (
|
||||
<Tag color="green">{`${o.discount * 100}%`}</Tag>
|
||||
)}
|
||||
</div>
|
||||
</Option>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user