aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-07 13:51:28 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-07 13:51:28 +0800
commit9e0d9b88ccf4348ab9ac21f8fc3d64738dac5b40 (patch)
treec582c6a3a528ab77959e77b2306834e7a77eb657 /ui/app/components/pending-tx.js
parentce463f3aff07c3cb73370cc1446a6b64f91ceb05 (diff)
downloadtangerine-wallet-browser-9e0d9b88ccf4348ab9ac21f8fc3d64738dac5b40.tar.gz
tangerine-wallet-browser-9e0d9b88ccf4348ab9ac21f8fc3d64738dac5b40.tar.zst
tangerine-wallet-browser-9e0d9b88ccf4348ab9ac21f8fc3d64738dac5b40.zip
Linted
Diffstat (limited to 'ui/app/components/pending-tx.js')
-rw-r--r--ui/app/components/pending-tx.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 01225f646..77dba87ee 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -36,7 +36,7 @@ PendingTx.prototype.render = function () {
h('.flex-row.flex-space-around', {
style: {
marginTop: '14px',
- }
+ },
}, [
h('button', {
onClick: state.cancelTransaction,
@@ -45,9 +45,7 @@ PendingTx.prototype.render = function () {
onClick: state.sendTransaction,
}, 'Approve'),
]),
-
])
-
)
-
}
+