diff options
Diffstat (limited to 'ui/app/components/pending-tx.js')
-rw-r--r-- | ui/app/components/pending-tx.js | 6 |
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'), ]), - ]) - ) - } + |