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 ba17888 commit 583fba4Copy full SHA for 583fba4
src/App.js
@@ -90,7 +90,7 @@ const Slider = ({
90
<SliderHeader>
91
<strong ref={currentRef}>{formatFn(initial)}</strong>
92
/
93
- {{formatFn(max)}}
+ {formatFn(max)}
94
</SliderHeader>
95
<StyledSlider ref={sliderRef}>
96
<StyledThumb
0 commit comments