We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6222b commit b0b0e5eCopy full SHA for b0b0e5e
src/hooks/ChainSyncManger.ts
@@ -33,7 +33,7 @@ export function ChainSyncManager() {
33
// init store's chain from location (once at mount time)
34
useEffect(() => {
35
setChainId(INITIAL_CHAIN.id);
36
- }, [setChainId]); // update store with user account's state
+ }, [setChainId]); // update store with user account's state
37
38
setIsConnected(accountIsConnected);
39
setAddress(accountAddress);
0 commit comments