Skip to content
Snippets Groups Projects
Commit 24ffa168 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Remove old todo comment

parent dc5037a4
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ const SliderMonitor = ({categoryColor, label, min, max, value, onSliderUpdate}) ...@@ -25,7 +25,6 @@ const SliderMonitor = ({categoryColor, label, min, max, value, onSliderUpdate})
type="range" type="range"
value={value} value={value}
onChange={onSliderUpdate} onChange={onSliderUpdate}
// @todo onChange callback
/> />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment