Skip to content

Commit

Permalink
style: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Jul 18, 2024
1 parent f5224b3 commit 8c41462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface SearchBarProps {

export const SearchBar = ({ value, onChange }: SearchBarProps) => {
const { t } = useTranslation();

const handleChange = (event: React.ChangeEvent<HTMLInputElement>) => {
onChange(event.target.value);
};
Expand Down

0 comments on commit 8c41462

Please sign in to comment.