1
0
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:
Chi Kei Chan 2017-09-04 14:50:12 -07:00
parent b1fc290bed
commit 9213789c44

View File

@ -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', '✓'),