From 568dc508ad5cbd4f8281a72a2bfa26fe6648ca68 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sun, 28 May 2023 11:15:49 +0800 Subject: [PATCH] account page --- src/stores/useWalletStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/useWalletStore.ts b/src/stores/useWalletStore.ts index eebea3a1..17814896 100644 --- a/src/stores/useWalletStore.ts +++ b/src/stores/useWalletStore.ts @@ -17,7 +17,7 @@ export const useWalletStore = defineStore('walletStore', { delegations: [] as Delegation[], unbonding: [] as UnbondingResponses[], rewards: {} as DelegatorRewards, - walletIsConnected: {} as WalletConnected | null + walletIsConnected: {} as WalletConnected }; }, getters: {