Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjnvisakh-jtc committed Feb 29, 2024
1 parent aba7f45 commit 966934e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/main/main.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export const Main = () => {
firstLoad = false;
fetchNewQuote();
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

return (
Expand Down

0 comments on commit 966934e

Please sign in to comment.