Merge branch 'develop' into 'main'

develop

See merge request witapp/aura-webapp!638
This commit is contained in:
Daniil Chemerkin 2025-02-28 00:28:38 +00:00
commit 4528eb647c

View File

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