mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Fix Localhost 8545 option in network dropdown (#2357)
This commit is contained in:
parent
54a61a4021
commit
a84014eff8
@ -189,7 +189,7 @@ NetworkDropdown.prototype.render = function () {
|
||||
{
|
||||
key: 'default',
|
||||
closeMenu: () => this.props.hideNetworkDropdown(),
|
||||
onClick: () => props.setDefaultRpcTarget(),
|
||||
onClick: () => props.setRpcTarget('http://localhost:8545'),
|
||||
style: dropdownMenuItemStyle,
|
||||
},
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user