Skip to content

Commit

Permalink
fix es-lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezryr committed Oct 20, 2024
1 parent 33bea10 commit f57e7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FilterDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ interface FilterDropdownProps {
name: string;
id: string;
value: string;
setStateAction: React.SetStateAction<any>;
setStateAction: React.Dispatch<React.SetStateAction<string>>;
options: string[];
placeholder: string;
}
Expand Down

0 comments on commit f57e7c5

Please sign in to comment.