mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix merge conflict
This commit is contained in:
parent
b1fc290bed
commit
9213789c44
@ -147,13 +147,7 @@ NetworkDropdown.prototype.render = function () {
|
||||
key: 'rinkeby',
|
||||
closeMenu: () => this.props.hideNetworkDropdown(),
|
||||
onClick: () => props.setProviderType('rinkeby'),
|
||||
<<<<<<< HEAD
|
||||
style: {
|
||||
fontSize: '18px',
|
||||
},
|
||||
=======
|
||||
style: dropdownMenuItemStyle,
|
||||
>>>>>>> Fix menu style
|
||||
},
|
||||
[
|
||||
providerType === 'rinkeby' ? h('.network-check', '✓') : h('.network-check__transparent', '✓'),
|
||||
|
Loading…
Reference in New Issue
Block a user