From d2eab80e093d9a1b2d6914274ade25fa10351a22 Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 7 Jul 2016 17:34:30 -0700 Subject: eth-balance fix --- ui/app/components/eth-balance.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ui/app') diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js index 537a51918..75b6dcb43 100644 --- a/ui/app/components/eth-balance.js +++ b/ui/app/components/eth-balance.js @@ -59,8 +59,17 @@ EthBalanceComponent.prototype.renderBalance = function (value) { color: props.labelColor || '#AEAEAE', fontSize: props.fontSize || '12px', }, - }, label), + }, [ + h('div', balance), + h('div', { + style: { + color: '#AEAEAE', + fontSize: '12px', + }, + }, label), + ]), ]), ]) + ) } -- cgit v1.2.3