Skip to content

Commit

Permalink
Merge pull request ava-labs#154 from ava-labs/feat/default-balance-view
Browse files Browse the repository at this point in the history
Default breakdown open
  • Loading branch information
kanatliemre authored Feb 2, 2021
2 parents 25129fb + 2b5e86b commit fc64331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/wallet/TopCards/BalanceCard/BalanceCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ import { priceDict, WalletType } from '@/store/types'
},
})
export default class BalanceCard extends Vue {
isBreakdown = false
isBreakdown = true
updateBalance(): void {
this.$store.dispatch('Assets/updateUTXOs')
Expand Down

0 comments on commit fc64331

Please sign in to comment.