ui - remove doubled eth-balance

This commit is contained in:
kumavis 2016-07-07 15:29:46 -07:00
parent 2bd31c3e50
commit 11fd281a33
2 changed files with 1 additions and 5 deletions

View File

@ -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',

View File

@ -69,6 +69,7 @@ PTXP.render = function () {
}, h(EtherBalance, {
value: balance,
inline: true,
labelColor: '#F7861C',
})),
]),