aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/send.js18
1 files changed, 10 insertions, 8 deletions
diff --git a/ui/app/send.js b/ui/app/send.js
index d73744f70..6cfe909e6 100644
--- a/ui/app/send.js
+++ b/ui/app/send.js
@@ -41,14 +41,16 @@ function SendTransactionScreen () {
SendTransactionScreen.prototype.render = function () {
this.persistentFormParentId = 'send-tx-form'
- var props = this.props
- var address = props.address
- var account = props.account
- var identity = props.identity
- var network = props.network
- var identities = props.identities
- var addressBook = props.addressBook
- var conversionRate = props.conversionRate
+ const props = this.props
+ const {
+ address,
+ account,
+ identity,
+ network,
+ identities,
+ addressBook,
+ conversionRate
+ } = props
return (