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',
|
textRendering: 'geometricPrecision',
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
h(tagName, {
|
|
||||||
style: {
|
|
||||||
fontSize: props.fontSize || '12px',
|
|
||||||
},
|
|
||||||
}, balance + ' '),
|
|
||||||
h(tagName, {
|
h(tagName, {
|
||||||
style: {
|
style: {
|
||||||
color: props.labelColor || '#AEAEAE',
|
color: props.labelColor || '#AEAEAE',
|
||||||
|
@ -69,6 +69,7 @@ PTXP.render = function () {
|
|||||||
}, h(EtherBalance, {
|
}, h(EtherBalance, {
|
||||||
value: balance,
|
value: balance,
|
||||||
inline: true,
|
inline: true,
|
||||||
|
labelColor: '#F7861C',
|
||||||
})),
|
})),
|
||||||
|
|
||||||
]),
|
]),
|
||||||
|
Loading…
Reference in New Issue
Block a user