Skip to content

Commit

Permalink
Fix APR
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner committed Nov 11, 2021
1 parent 194839c commit e0bdf73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions pages/validators/_address.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@
:source-validator="validator"
:is-unnomination="true"
/>
<LazyModalReinvest
ref="ReinvestModal"
:address="session.address"
:rewards="rewards"
:balances="balances"
/>
</div>
</template>

Expand Down
1 change: 1 addition & 0 deletions store/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const actions = {
dispatch('getProposals'),
dispatch('getGovernanceOverview'),
dispatch('getValidatorInfoPage'),
dispatch('getBcnaApr'),
]
await Promise.all(calls)
},
Expand Down

0 comments on commit e0bdf73

Please sign in to comment.