From d6aa28c4b5728d38abc9eb46a0b6cff9f39d3546 Mon Sep 17 00:00:00 2001 From: Voyager Bot Date: Wed, 13 Mar 2019 10:53:16 +0100 Subject: [PATCH 1/2] fixed from field --- PENDING.md | 6 +++++- .../components/transactions/LiDistributionTransaction.vue | 8 +++----- test/unit/specs/store/json/txs.js | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/PENDING.md b/PENDING.md index b23c168897..0121c31de5 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,4 +1,8 @@ ### Changed - [#\2202](https://github.com/cosmos/voyager/pull/2202) Fix circle configuration for publishing @sabau -- [#\2236](https://github.com/cosmos/voyager/pull/2236) ES lint no tabs @sabau \ No newline at end of file +- [#\2236](https://github.com/cosmos/voyager/pull/2236) ES lint no tabs @sabau + +### Fixed + +- [#\2246](https://github.com/cosmos/voyager/issues/2246) Fix from moniker not visible on withdraw txs @faboweb \ No newline at end of file diff --git a/app/src/renderer/components/transactions/LiDistributionTransaction.vue b/app/src/renderer/components/transactions/LiDistributionTransaction.vue index e9145b5a14..3cc3994a64 100644 --- a/app/src/renderer/components/transactions/LiDistributionTransaction.vue +++ b/app/src/renderer/components/transactions/LiDistributionTransaction.vue @@ -9,9 +9,9 @@ Withdraw rewards
- From  + From  {{ - moniker(tx.validator_addr) + moniker(tx.validator_address) }}
@@ -24,9 +24,7 @@ To {{ tx.withdraw_address }} - -