Skip to content

Commit

Permalink
add missing dependency, make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
GGAlanSmithee committed Oct 17, 2022
1 parent c330e39 commit 6c29326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const useCardanoWallet = ({
connectWithStore(connectedWalletName, localStorageKey);
}, 10);
}
}, [autoConnect, localStorageKey]);
}, [autoConnect, localStorageKey, connectWithStore]);

const connect = async (walletName: WalletName) => {
await connectWithStore(walletName, localStorageKey);
Expand Down

0 comments on commit 6c29326

Please sign in to comment.