mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove duplicate token balance on uat next. (#3195)
This commit is contained in:
parent
a7bfea51e5
commit
d84dc5da42
@ -112,8 +112,6 @@ TokenCell.prototype.render = function () {
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
h('div.token-list-item__balance-wrapper', null, [
|
h('div.token-list-item__balance-wrapper', null, [
|
||||||
h('h3.token-list-item__token-balance', `${string || 0} ${symbol}`),
|
|
||||||
|
|
||||||
h('div.token-list-item__balance-wrapper', null, [
|
h('div.token-list-item__balance-wrapper', null, [
|
||||||
h('h3.token-list-item__token-balance', `${string || 0} ${symbol}`),
|
h('h3.token-list-item__token-balance', `${string || 0} ${symbol}`),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user