We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dc0ed commit 24e8a2fCopy full SHA for 24e8a2f
frontend/src/components/routes/product-widget/SelectProducts/index.tsx
@@ -476,7 +476,7 @@ const SelectProducts = (props: SelectProductsProps) => {
476
</UnstyledButton>
477
</div>
478
<Collapse transitionDuration={100} in={!isProductCollapsed}
479
- className={'hi-product-content'}>
+ className={'hi-product-content'} hidden={isProductCollapsed}>
480
<div className={'hi-price-tiers-rows'}>
481
<TieredPricing
482
productIndex={productIndex++}
0 commit comments