aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/balance-component.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/app/components/balance-component.js b/ui/app/components/balance-component.js
index 47da24c74..250bb6479 100644
--- a/ui/app/components/balance-component.js
+++ b/ui/app/components/balance-component.js
@@ -18,8 +18,6 @@ BalanceComponent.prototype.render = function () {
const formattedBalance = balanceValue ? formatBalance(balanceValue, 6, needsParse) : '...'
return h('div.balance-container', {}, [
- // laptop: 50px 50px
- // mobile: 100px 100px
// TODO: balance icon needs to be passed in
h('img.balance-icon', {
@@ -44,8 +42,6 @@ BalanceComponent.prototype.renderBalance = function (formattedBalance) {
])
}
- // laptop: 5vw?
- // phone: 50vw?
return h('div.flex-column.balance-display', {}, [
h('div.token-amount', {
style: {},