From d781cb31991a31c609cfa22beb614b033c9c4e04 Mon Sep 17 00:00:00 2001 From: Bill He Date: Thu, 18 Jan 2024 12:28:57 -0800 Subject: [PATCH] conditions --- src/hooks/useWalletConnection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useWalletConnection.ts b/src/hooks/useWalletConnection.ts index 2a8b6fe..ba67d9f 100644 --- a/src/hooks/useWalletConnection.ts +++ b/src/hooks/useWalletConnection.ts @@ -165,7 +165,7 @@ export const useWalletConnection = () => { walletConnectionType: walletConnection.type, }; }, - [isConnectedGraz, signerGraz, isConnectedWagmi, signerWagmi] + [isConnectedGraz, signerGraz, isConnectedWagmi, signerWagmi, login, ready, authenticated] ); const disconnectWallet = useCallback(async () => {