Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tmashuang committed Apr 17, 2019
1 parent de0118c commit 180f1b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/app/pages/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,10 @@ class Routes extends Component {
name = this.context.t('kovan')
} else if (providerName === 'rinkeby') {
name = this.context.t('rinkeby')
<<<<<<< HEAD
} else if (providerName === 'localhost') {
name = this.context.t('localhost')
=======
} else if (providerName === 'goerli') {
name = this.context.t('goerli')
>>>>>>> feature: add goerli support
} else {
name = this.context.t('unknownNetwork')
}
Expand Down

0 comments on commit 180f1b8

Please sign in to comment.