Skip to content

Commit

Permalink
Revert linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyod committed Nov 22, 2023
1 parent 9204eb5 commit 7786430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface TabBarProps extends ViewProps {
onSelectItem: (_: { index: number }) => void;
}
export function TabBar({ onSelectItem, ...props }: TabBarProps) {
const handleSelectItem = React.useCallback<
const handleSelectItem = React.useCallback<
BubblingEventHandler<{ index: number }>
>(
(event) => {
Expand Down

0 comments on commit 7786430

Please sign in to comment.