aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/eth-balance.js
diff options
context:
space:
mode:
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',
},