Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maigo Erit committed Mar 7, 2020
1 parent 3132c6b commit 702b2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/routes/SearchPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export function SearchPage({ location }: any) {

useEffect(() => {
loadItems(formState.values.search);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [searchPaging]);

return (
Expand Down

0 comments on commit 702b2ea

Please sign in to comment.