mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix for lint err
This commit is contained in:
parent
c152f98735
commit
ea564e51fc
@ -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…
Reference in New Issue
Block a user