aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send.component.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send_/send.component.js')
-rw-r--r--ui/app/components/send_/send.component.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/send_/send.component.js b/ui/app/components/send_/send.component.js
index 49731ff6a..8b0a41f9e 100644
--- a/ui/app/components/send_/send.component.js
+++ b/ui/app/components/send_/send.component.js
@@ -82,7 +82,7 @@ export default class SendTransactionScreen extends PersistentForm {
} = prevProps
const uninitialized = [prevBalance, prevGasTotal].every(n => n === null)
- console.log(`@#@# uninitialized`, uninitialized);
+
if (!uninitialized) {
const amountErrorRequiresUpdate = doesAmountErrorRequireUpdate({
balance,
@@ -121,7 +121,7 @@ export default class SendTransactionScreen extends PersistentForm {
componentWillMount () {
const {
- from: { address, balance },
+ from: { address },
selectedToken,
tokenContract,
updateSendTokenBalance,