account page

This commit is contained in:
liangping
2023-05-28 11:15:49 +08:00
parent d08e6bb237
commit 568dc508ad
+1 -1
View File
@@ -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: {