There was an error while loading. Please reload this page.
1 parent c6a654c commit e04bfcaCopy full SHA for e04bfca
2 files changed
src/components/advanced-range-control/index.js
@@ -89,8 +89,6 @@ const AdvancedRangeControl = props => {
89
90
const mobileHasValue = {
91
normal: mobileValue.normal && mobileValue.normal !== '',
92
- hover: mobileValue.hover && mobileValue.hover !== '',
93
- 'parent-hover': mobileValue[ 'parent-hover' ] && mobileValue[ 'parent-hover' ] !== '',
94
}
95
96
const desktopFallbackValue = {
0 commit comments