From ea564e51fcbd67223d13eb7d03136164fb3bdc9f Mon Sep 17 00:00:00 2001 From: Frankie Date: Tue, 21 Jun 2016 15:19:10 -0700 Subject: [PATCH] Fix for lint err --- ui/app/account-detail.js | 14 +++++++------- ui/app/accounts/account-panel.js | 6 ------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index dfafb60cb..f0d359106 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.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', }, }), diff --git a/ui/app/accounts/account-panel.js b/ui/app/accounts/account-panel.js index 1c9e84414..af3d0d347 100644 --- a/ui/app/accounts/account-panel.js +++ b/ui/app/accounts/account-panel.js @@ -67,12 +67,6 @@ NewComponent.prototype.render = function () { event.preventDefault() copyToClipboard(ethUtil.toChecksumAddress(identity.address)) }, -<<<<<<< HEAD - style:{ - margin: '0px 5px', - }, -======= ->>>>>>> master }), ]), ])