mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
ui - remove doubled eth-balance
This commit is contained in:
parent
2bd31c3e50
commit
11fd281a33
@ -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',
|
||||
|
@ -69,6 +69,7 @@ PTXP.render = function () {
|
||||
}, h(EtherBalance, {
|
||||
value: balance,
|
||||
inline: true,
|
||||
labelColor: '#F7861C',
|
||||
})),
|
||||
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user