From 33150cc721432e2464874079deac6974b38cf789 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 7 Jul 2016 15:22:10 -0700 Subject: Fixed eth_balance style, completing partial merge --- ui/app/components/eth-balance.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js index 9e445fe3f..301674083 100644 --- a/ui/app/components/eth-balance.js +++ b/ui/app/components/eth-balance.js @@ -64,17 +64,8 @@ EthBalanceComponent.prototype.renderBalance = function (value) { color: props.labelColor || '#AEAEAE', fontSize: props.fontSize || '12px', }, - }, [ - h('div', balance), - h('div', { - style: { - color: '#AEAEAE', - fontSize: '12px', - }, - }, label), - ]), + }, label), ]), ]) - ) } -- cgit v1.2.3