Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Jan 29, 2025
1 parent d92f106 commit 22b8df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export type Props = FieldProps<number | string> & {
style?: React.CSSProperties
}

export default function Option({}: Props) {
export default function Option(_props: Props) {
return null
}

0 comments on commit 22b8df5

Please sign in to comment.