Skip to content

Commit

Permalink
chore: code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Jul 15, 2024
1 parent 5b86e67 commit ae286ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const HomeModule: React.FC = () => {
}
};
fetchWatchlist();
}, [user, accessToken]);
}, [user, accessToken, dispatch]);

useEffect(() => {
if (query !== '') {
Expand Down

0 comments on commit ae286ea

Please sign in to comment.