aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send-v2.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/send-v2.js')
-rw-r--r--ui/app/send-v2.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/app/send-v2.js b/ui/app/send-v2.js
index b7e904ea8..0d745c66e 100644
--- a/ui/app/send-v2.js
+++ b/ui/app/send-v2.js
@@ -111,7 +111,7 @@ SendTransactionScreen.prototype.componentWillMount = function () {
.all([
getGasPrice(),
estimateGas(estimateGasParams),
- tokenContract && tokenContract.balanceOf(from.address)
+ tokenContract && tokenContract.balanceOf(from.address),
])
.then(([gasPrice, gas, usersToken]) => {
@@ -565,9 +565,7 @@ SendTransactionScreen.prototype.onSubmit = function (event) {
gasPrice,
signTokenTx,
signTx,
- updateAndApproveTx,
selectedToken,
- toAccounts,
editingTransactionId,
errors: { amount: amountError, to: toError },
backToConfirmScreen,