Skip to content

Commit

Permalink
fix: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LijuJoseJJ committed Apr 20, 2022
1 parent c87caad commit 88ccd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/src/hooks/User/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const UserProvider = ({ children }) => {
setupWebSocket();
}, []);

React.useEffect(async () => {
React.useEffect(async () => {
if (location.pathname !== '/' && state.compressedPkd === '') {
await syncState();
}
Expand Down

0 comments on commit 88ccd6c

Please sign in to comment.