mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
ui - send - clean props assignment
This commit is contained in:
parent
6abdec608e
commit
d5636080cf
@ -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 (
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user