diff --git a/packages/react/src/components/Switch/SwitchInput/index.tsx b/packages/react/src/components/Switch/SwitchInput/index.tsx index d9f56c666..9847955ef 100644 --- a/packages/react/src/components/Switch/SwitchInput/index.tsx +++ b/packages/react/src/components/Switch/SwitchInput/index.tsx @@ -23,7 +23,6 @@ const SwitchInput = forwardRef< }, [onChange] ) - props.children const classNames = useClassNames('charcoal-switch-input', className) return (