Skip to content

Commit

Permalink
fix: Remove useless account props
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed May 31, 2024
1 parent 997bf52 commit 13b4db7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stores/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export const useAccount = defineStore('account', {
getters: {
alephAccount() {
return {
private_key: null,
mnemonics: null,
address: this.address,
name: this.address,
type: 'ETH',
Expand Down

0 comments on commit 13b4db7

Please sign in to comment.