aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-09-14 07:13:47 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-14 07:30:39 +0800
commit6bd71d69378c74de8748bdfb5476ec082077676c (patch)
treec5477bd34a6870750af76d3410733c346ce0cbf5 /ui/app/components
parentca46bd200b24456d692cf1ede47506be5fdcc76d (diff)
downloadtangerine-wallet-browser-6bd71d69378c74de8748bdfb5476ec082077676c.tar.gz
tangerine-wallet-browser-6bd71d69378c74de8748bdfb5476ec082077676c.tar.zst
tangerine-wallet-browser-6bd71d69378c74de8748bdfb5476ec082077676c.zip
Fix send and pending.
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/pending-tx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 69dd2107a..99769e4e6 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -307,7 +307,7 @@ PendingTx.prototype.render = function () {
]),
h('form#pending-tx-form.flex-column.flex-center', {
- // onSubmit: this.onSubmit,
+ onSubmit: this.onSubmit,
}, [
// Reset Button
// h('button', {