Skip to content

Commit

Permalink
Changed class name back to unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Acosta committed Jan 31, 2024
1 parent d88b95c commit 82d8844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Class name to 'unavailableSkuSelectorPDP' to unavailable items in sku selector so they can be hidden by CSS.
- Class name to 'unavailable' in order to unavailable items in sku selector so they can be hidden by CSS.


## [3.171.0] - 2024-01-09
Expand Down
2 changes: 1 addition & 1 deletion react/components/SKUSelector/components/SelectorItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function SelectorItem({
'o-20': isImpossible,
},
'valueWrapper',
!isAvailable ? 'unavailableSkuSelectorPDP' : 'disableItem'
!isAvailable ? 'unavailable' : 'disableItem'
),
[
isImage,
Expand Down

0 comments on commit 82d8844

Please sign in to comment.