Skip to content

Commit

Permalink
chore(react): remove unused children
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Aug 7, 2024
1 parent c2497db commit bc3674b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/Switch/SwitchInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const SwitchInput = forwardRef<
},
[onChange]
)
props.children

const classNames = useClassNames('charcoal-switch-input', className)
return (
Expand Down

0 comments on commit bc3674b

Please sign in to comment.