Skip to content

Commit

Permalink
remove unused convert
Browse files Browse the repository at this point in the history
  • Loading branch information
jomcarvajal committed Feb 3, 2025
1 parent d7078ea commit f59d14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ToggleButtonGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ToggleButtonGroup = (
<StyledToggleButton
key={child.key}
data-key={child.key}
id={child.key as string}
id={child.key}
// Allow parents to trigger handlers, works with onPointer events but not with onMouse events
onPressStart={e => e.continuePropagation()}
>
Expand Down

0 comments on commit f59d14e

Please sign in to comment.