From 11fd281a33ff433ba86bb39400601a8d951fc486 Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 7 Jul 2016 15:29:46 -0700 Subject: ui - remove doubled eth-balance --- ui/app/components/eth-balance.js | 5 ----- ui/app/components/pending-tx-details.js | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'ui') diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js index 9e445fe3f..75b6dcb43 100644 --- a/ui/app/components/eth-balance.js +++ b/ui/app/components/eth-balance.js @@ -54,11 +54,6 @@ EthBalanceComponent.prototype.renderBalance = function (value) { textRendering: 'geometricPrecision', }, }, [ - h(tagName, { - style: { - fontSize: props.fontSize || '12px', - }, - }, balance + ' '), h(tagName, { style: { color: props.labelColor || '#AEAEAE', diff --git a/ui/app/components/pending-tx-details.js b/ui/app/components/pending-tx-details.js index b2c16e772..a652d168d 100644 --- a/ui/app/components/pending-tx-details.js +++ b/ui/app/components/pending-tx-details.js @@ -69,6 +69,7 @@ PTXP.render = function () { }, h(EtherBalance, { value: balance, inline: true, + labelColor: '#F7861C', })), ]), -- cgit