1
0
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:
Dan J Miller 2018-02-06 14:51:21 -03:30 committed by Alexander Tseung
parent a7bfea51e5
commit d84dc5da42

View File

@ -112,8 +112,6 @@ TokenCell.prototype.render = function () {
}),
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('h3.token-list-item__token-balance', `${string || 0} ${symbol}`),