Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-mishra committed Oct 4, 2023
1 parent ba72b5c commit 62e4f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/HomeScreen/HomeScreenV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const HomeScreenV2 = (): JSX.Element => {

useEffect(() => {
fetchData();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [isLoading]);

const fetchData = async () => {
Expand Down

0 comments on commit 62e4f96

Please sign in to comment.