develop
This commit is contained in:
parent
b7f1dd58e2
commit
c34192739c
@ -52,7 +52,7 @@ function PriceList({
|
||||
<PriceItem
|
||||
active={
|
||||
product._id === activeProductItem?._id ||
|
||||
preActiveItems.includes(product._id)
|
||||
(preActiveItems.includes(product._id) && !activeProductItem)
|
||||
}
|
||||
key={idx}
|
||||
value={getPrice(product)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user