Remove custom RPC option when on lock screen.

feature/default_network_editable
Kevin Serrano 8 years ago
parent fbabcf6191
commit 9aa70fbaba
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 2
      ui/app/app.js

@ -262,7 +262,7 @@ App.prototype.renderNetworkDropdown = function () {
this.renderCustomOption(props.provider),
h(DropMenuItem, {
props.isUnlocked && h(DropMenuItem, {
label: 'Custom RPC',
closeMenu: () => this.setState({ isNetworkMenuOpen: false }),
action: () => this.props.dispatch(actions.showConfigPage()),

Loading…
Cancel
Save