This commit is contained in:
Daniil Chemerkin 2025-02-28 00:28:38 +00:00
parent b7f1dd58e2
commit c34192739c

View File

@ -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)}