Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mawrkus committed Aug 31, 2023
1 parent 1048bbc commit 0556433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export const App = () => {

setFilters(newFilters);
},
// eslint-disable-next-line react-hooks/exhaustive-deps
}),
// eslint-disable-next-line react-hooks/exhaustive-deps
[]
);

Expand Down

0 comments on commit 0556433

Please sign in to comment.