Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
lkappeler committed Sep 12, 2023
1 parent e2ad0ed commit e8d36ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface Props<T> {
) => ReactChild
}

const BaseDropdown: FC<Props<unknown>> = <T extends unknown>({
const BaseDropdown = <T extends unknown>({
options,
selected,
onSelect,
Expand Down

0 comments on commit e8d36ae

Please sign in to comment.