eslint fix: Multiple spaces found before '{'

This commit is contained in:
Victor Baranov 2018-12-05 23:41:51 +03:00
parent 842e6a39a4
commit 8bc4412981
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ class AddTokenScreen extends Component {
validateInputs () {
let msg = ''
const { network, keyrings, identities } = this.props
const { network, keyrings, identities } = this.props
const state = this.state
const identitiesList = Object.keys(this.props.identities)
const { customAddress: address, customSymbol: symbol, customDecimals: decimals } = state