|
|
|
@ -136,7 +136,7 @@ App.prototype.renderAppBar = function () { |
|
|
|
|
}, |
|
|
|
|
}, [ |
|
|
|
|
|
|
|
|
|
h('div', { |
|
|
|
|
h('div.left-menu-section', { |
|
|
|
|
style: { |
|
|
|
|
display: 'flex', |
|
|
|
|
flexDirection: 'row', |
|
|
|
@ -151,11 +151,6 @@ App.prototype.renderAppBar = function () { |
|
|
|
|
src: '/images/icon-128.png', |
|
|
|
|
}), |
|
|
|
|
|
|
|
|
|
h('#network-spacer.flex-center', { |
|
|
|
|
style: { |
|
|
|
|
marginRight: '-72px', |
|
|
|
|
}, |
|
|
|
|
}, [ |
|
|
|
|
h(NetworkIndicator, { |
|
|
|
|
network: this.props.network, |
|
|
|
|
provider: this.props.provider, |
|
|
|
@ -166,7 +161,6 @@ App.prototype.renderAppBar = function () { |
|
|
|
|
}, |
|
|
|
|
}), |
|
|
|
|
]), |
|
|
|
|
]), |
|
|
|
|
|
|
|
|
|
// metamask name
|
|
|
|
|
props.isUnlocked && h('h1', { |
|
|
|
|