Merge branch 'develop' into 'main'
develop See merge request witapp/aura-webapp!638
This commit is contained in:
commit
4528eb647c
@ -52,7 +52,7 @@ function PriceList({
|
|||||||
<PriceItem
|
<PriceItem
|
||||||
active={
|
active={
|
||||||
product._id === activeProductItem?._id ||
|
product._id === activeProductItem?._id ||
|
||||||
preActiveItems.includes(product._id)
|
(preActiveItems.includes(product._id) && !activeProductItem)
|
||||||
}
|
}
|
||||||
key={idx}
|
key={idx}
|
||||||
value={getPrice(product)}
|
value={getPrice(product)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user