diff --git a/src/components/input-elements/Switch/Switch.tsx b/src/components/input-elements/Switch/Switch.tsx index aecd2cccd..17898ccc5 100644 --- a/src/components/input-elements/Switch/Switch.tsx +++ b/src/components/input-elements/Switch/Switch.tsx @@ -77,20 +77,13 @@ const Switch = React.forwardRef((props, ref) => { Switch {isChecked ? "on" : "off"} - {/*