Skip to content

Commit

Permalink
Merge branch 'master' into release-candidate/v1.0.0-beta.25
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb authored Mar 21, 2019
2 parents 122092b + c0fdba9 commit d92f37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [\#2272](https://github.com/cosmos/voyager/issues/2272) fixed showing uatoms instead of atoms @faboweb
- [\#2289](https://github.com/cosmos/voyager/pull/2289) reduced amount of requests to full node @fedekunze


## [1.0.0-beta.24] - 2019-03-20

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions app/src/renderer/components/staking/PageValidator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
v-if="validator.keybase && validator.keybase.avatarUrl"
:src="validator.keybase.avatarUrl"
class="avatar"
><img
/><img
v-else
class="avatar"
src="~assets/images/validator-icon.svg"
>
/>

<div class="page-profile__header__info">
<div>
Expand Down

0 comments on commit d92f37e

Please sign in to comment.