aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send-v2.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-12-21 02:35:41 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-12-21 09:37:18 +0800
commit5fe3c5aae6756f225edd0f8646ac0a23c264a81c (patch)
tree9eaac0fb78f24b63f0175c5d374390c2f454cd7b /ui/app/send-v2.js
parentbf4043c59bb67ea93599207d91cb7a4f4426e75f (diff)
downloadtangerine-wallet-browser-5fe3c5aae6756f225edd0f8646ac0a23c264a81c.tar.gz
tangerine-wallet-browser-5fe3c5aae6756f225edd0f8646ac0a23c264a81c.tar.zst
tangerine-wallet-browser-5fe3c5aae6756f225edd0f8646ac0a23c264a81c.zip
Lint fixes.
Diffstat (limited to 'ui/app/send-v2.js')
-rw-r--r--ui/app/send-v2.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/send-v2.js b/ui/app/send-v2.js
index 617211b20..1c0ff3aea 100644
--- a/ui/app/send-v2.js
+++ b/ui/app/send-v2.js
@@ -608,8 +608,6 @@ SendTransactionScreen.prototype.onSubmit = function (event) {
selectedToken,
editingTransactionId,
errors: { amount: amountError, to: toError },
- backToConfirmScreen,
- unapprovedTxs,
} = this.props
const noErrors = !amountError && toError === null