Skip to content

Commit

Permalink
colw/3130 delegation rewards (#3163)
Browse files Browse the repository at this point in the history
* Add delegations to validator list

* e2e branch fix

* changelog
  • Loading branch information
colw authored and faboweb committed Nov 18, 2019
1 parent 85139d2 commit d6773d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
name: checkout extension
command: |
git clone git@github.com:luniehq/lunie-browser-extension.git .
git checkout origin/fabo/e2e
git checkout origin/develop
- npm-install-extension
- run:
name: checkout backend
Expand Down
1 change: 1 addition & 0 deletions changes/colw_3130-delegations-rewards
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Fixed] [#3130](https://github.com/cosmos/lunie/issues/3130) Delegation rewards were not displaying in validator list @colw
1 change: 1 addition & 0 deletions src/components/staking/PageValidators.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</div>
<TableValidators
:validators="validators"
:delegations="delegations"
show-on-mobile="expectedReturns"
/>
<div
Expand Down

0 comments on commit d6773d8

Please sign in to comment.