Skip to content

Commit

Permalink
fix: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Dec 11, 2024
1 parent c17c34d commit 48ba260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/containers/Touch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const Touch = React.forwardRef<RectButton, ITouchProps>(
const { colors } = useTheme();

return (
// container for accessibility
<RectButton
ref={ref}
onPress={onPress}
Expand Down

0 comments on commit 48ba260

Please sign in to comment.