aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/eth-balance.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-07-08 06:29:46 +0800
committerkumavis <aaron@kumavis.me>2016-07-08 06:29:46 +0800
commit11fd281a33ff433ba86bb39400601a8d951fc486 (patch)
tree40cac66dc35f7d70b4e82a6d629bcbf1204d6438 /ui/app/components/eth-balance.js
parent2bd31c3e5024ca88b18190c145008ba87736f129 (diff)
downloadtangerine-wallet-browser-11fd281a33ff433ba86bb39400601a8d951fc486.tar
tangerine-wallet-browser-11fd281a33ff433ba86bb39400601a8d951fc486.tar.gz
tangerine-wallet-browser-11fd281a33ff433ba86bb39400601a8d951fc486.tar.bz2
tangerine-wallet-browser-11fd281a33ff433ba86bb39400601a8d951fc486.tar.lz
tangerine-wallet-browser-11fd281a33ff433ba86bb39400601a8d951fc486.tar.xz
tangerine-wallet-browser-11fd281a33ff433ba86bb39400601a8d951fc486.tar.zst
tangerine-wallet-browser-11fd281a33ff433ba86bb39400601a8d951fc486.zip
ui - remove doubled eth-balance
Diffstat (limited to 'ui/app/components/eth-balance.js')
-rw-r--r--ui/app/components/eth-balance.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js
index 9e445fe3f..75b6dcb43 100644
--- a/ui/app/components/eth-balance.js
+++ b/ui/app/components/eth-balance.js
@@ -56,11 +56,6 @@ EthBalanceComponent.prototype.renderBalance = function (value) {
}, [
h(tagName, {
style: {
- fontSize: props.fontSize || '12px',
- },
- }, balance + ' '),
- h(tagName, {
- style: {
color: props.labelColor || '#AEAEAE',
fontSize: props.fontSize || '12px',
},