conditions
This commit is contained in:
parent
f6bf635b0d
commit
d781cb3199
@ -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 () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user