From d84dc5da4249cd6737d892b044534f7f83c91979 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Tue, 6 Feb 2018 14:51:21 -0330 Subject: Remove duplicate token balance on uat next. (#3195) --- ui/app/components/token-cell.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/app/components/token-cell.js b/ui/app/components/token-cell.js index 5c1c36465..677f22a75 100644 --- a/ui/app/components/token-cell.js +++ b/ui/app/components/token-cell.js @@ -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}`), -- cgit