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 120bbe2 commit f40b72bCopy full SHA for f40b72b
src/components/advanced-range-control/index.js
@@ -140,7 +140,6 @@ const AdvancedRangeControl = props => {
140
if ( props.marks && isMarkMode ) {
141
// Steps only have 1 increment values
142
propsToPass.min = 0
143
- propsToPass.min = 0
144
propsToPass.max = props.marks.length - 1
145
propsToPass.sliderMax = props.marks.length - 1
146
propsToPass.step = 1
0 commit comments