1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 09:23:21 +01:00

Remove custom RPC option when on lock screen.

This commit is contained in:
Kevin Serrano 2017-02-15 15:37:38 -08:00
parent fbabcf6191
commit 9aa70fbaba
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -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()),