Skip to content

Commit b0b0e5e

Browse files
committed
fix: correct comment formatting in ChainSyncManager useEffect
1 parent cb6222b commit b0b0e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/ChainSyncManger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function ChainSyncManager() {
3333
// init store's chain from location (once at mount time)
3434
useEffect(() => {
3535
setChainId(INITIAL_CHAIN.id);
36-
}, [setChainId]); // update store with user account's state
36+
}, [setChainId]); // update store with user account's state
3737
useEffect(() => {
3838
setIsConnected(accountIsConnected);
3939
setAddress(accountAddress);

0 commit comments

Comments
 (0)