diff options
Diffstat (limited to 'ui/app/components/pending-tx.js')
-rw-r--r-- | ui/app/components/pending-tx.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js index 5b2aa253f..6ae0444e7 100644 --- a/ui/app/components/pending-tx.js +++ b/ui/app/components/pending-tx.js @@ -305,11 +305,7 @@ PendingTx.prototype.render = function () { // }, 'Reset'), // Accept Button - h('input.confirm-screen-confirm-button', { - type: 'submit', - value: 'CONFIRM', - // disabled: insufficientBalance || !this.state.valid || !isValidAddress || this.state.submitting, - }), + h('button.confirm-screen-confirm-button', ['CONFIRM']), // Cancel Button h('button.cancel.btn-light.confirm-screen-cancel-button', {}, 'CANCEL'), |