Fix for lint err

feature/default_network_editable
Frankie 8 years ago
parent c152f98735
commit ea564e51fc
  1. 14
      ui/app/account-detail.js
  2. 6
      ui/app/accounts/account-panel.js

@ -130,13 +130,13 @@ AccountDetailScreen.prototype.render = function () {
h('img.cursor-pointer.color-orange', {
src: 'images/key-32.png',
onClick: () => this.requestAccountExport(selected),
style:{
margin: "0px 5px",
width: "20px",
height: "20px",
position: "relative",
top: "3px",
right: "4px",
style: {
margin: '0px 5px',
width: '20px',
height: '20px',
position: 'relative',
top: '3px',
right: '4px',
},
}),

@ -67,12 +67,6 @@ NewComponent.prototype.render = function () {
event.preventDefault()
copyToClipboard(ethUtil.toChecksumAddress(identity.address))
},
<<<<<<< HEAD
style:{
margin: '0px 5px',
},
=======
>>>>>>> master
}),
]),
])

Loading…
Cancel
Save