aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/send.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/send.js b/ui/app/send.js
index ac1ee0d84..6c701f982 100644
--- a/ui/app/send.js
+++ b/ui/app/send.js
@@ -124,7 +124,7 @@ SendTransactionScreen.prototype.renderFromInput = function (from, identities) {
},
onBlur: () => this.setErrorsFor('from'),
onFocus: event => {
- this.clearErrorsFor('from'),
+ this.clearErrorsFor('from')
this.state.newTx.from && event.target.select()
},
}),