aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Slider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Slider.tsx')
-rw-r--r--src/components/ui/Slider.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/Slider.tsx b/src/components/ui/Slider.tsx
index be0846513..aa351ccd2 100644
--- a/src/components/ui/Slider.tsx
+++ b/src/components/ui/Slider.tsx
@@ -12,7 +12,7 @@ interface IProps {
12 onSliderChange?: (e: ChangeEvent) => void; 12 onSliderChange?: (e: ChangeEvent) => void;
13} 13}
14 14
15// TODO - [TS DEBT] Should this file be converted into the coding style similar to './toggle/index.tsx'? 15// TODO: [TS DEBT] Should this file be converted into the coding style similar to './toggle/index.tsx'?
16@observer 16@observer
17class Slider extends Component<IProps> { 17class Slider extends Component<IProps> {
18 onChange(e: ChangeEvent<HTMLInputElement>): void { 18 onChange(e: ChangeEvent<HTMLInputElement>): void {