mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Display Custom RPC on lock screen.
This commit is contained in:
parent
e602cb13c5
commit
e4feb50f6f
@ -266,7 +266,7 @@ App.prototype.renderNetworkDropdown = function () {
|
||||
this.renderCustomOption(props.provider),
|
||||
this.renderCommonRpc(rpcList, props.provider),
|
||||
|
||||
props.isUnlocked && h(DropMenuItem, {
|
||||
h(DropMenuItem, {
|
||||
label: 'Custom RPC',
|
||||
closeMenu: () => this.setState({ isNetworkMenuOpen: false }),
|
||||
action: () => this.props.dispatch(actions.showConfigPage()),
|
||||
|
Loading…
Reference in New Issue
Block a user