mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
removing styling comments
This commit is contained in:
parent
779be75370
commit
72df9746fa
@ -18,8 +18,6 @@ BalanceComponent.prototype.render = function () {
|
|||||||
const formattedBalance = balanceValue ? formatBalance(balanceValue, 6, needsParse) : '...'
|
const formattedBalance = balanceValue ? formatBalance(balanceValue, 6, needsParse) : '...'
|
||||||
|
|
||||||
return h('div.balance-container', {}, [
|
return h('div.balance-container', {}, [
|
||||||
// laptop: 50px 50px
|
|
||||||
// mobile: 100px 100px
|
|
||||||
|
|
||||||
// TODO: balance icon needs to be passed in
|
// TODO: balance icon needs to be passed in
|
||||||
h('img.balance-icon', {
|
h('img.balance-icon', {
|
||||||
@ -44,8 +42,6 @@ BalanceComponent.prototype.renderBalance = function (formattedBalance) {
|
|||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
// laptop: 5vw?
|
|
||||||
// phone: 50vw?
|
|
||||||
return h('div.flex-column.balance-display', {}, [
|
return h('div.flex-column.balance-display', {}, [
|
||||||
h('div.token-amount', {
|
h('div.token-amount', {
|
||||||
style: {},
|
style: {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user