Skip to content

Commit

Permalink
missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 23, 2024
1 parent 20e9299 commit d470dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const useBalance = () => {

useEffect(() => {
fetchBalances();
});
}, [fetchBalances]);

return { coretimeBalance, relayBalance, fetchBalances };
};
Expand Down

0 comments on commit d470dbc

Please sign in to comment.