Skip to content

Commit

Permalink
fix: Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sandoche committed Feb 20, 2024
1 parent 2af3429 commit 596a434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const useAccounts = () => {
useEffect(() => {
return dappstore.onAccountsChange(setAccounts); // <- returns cleanup function
}, []);
return acccounts;
return accounts;
};

const useChainId = () => {
Expand Down

0 comments on commit 596a434

Please sign in to comment.