1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00
This commit is contained in:
Kevin Serrano 2017-01-04 15:04:51 -08:00
parent a8a37e4d40
commit b8d312f8b9
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
2 changed files with 1 additions and 2 deletions

View File

@ -144,7 +144,7 @@ App.prototype.renderAppBar = function () {
h('#network-spacer.flex-center', {
style: {
marginRight: '-72px',
}
},
}, [
h(NetworkIndicator, {
network: this.props.network,

View File

@ -13,7 +13,6 @@ function Network () {
Network.prototype.render = function () {
const props = this.props
const networkNumber = props.network
const style = props.style
let providerName
try {
providerName = props.provider.type