diff --git a/old-ui/app/components/add-token/add-token.component.js b/old-ui/app/components/add-token/add-token.component.js index 4dbb18117..2bcfe4699 100644 --- a/old-ui/app/components/add-token/add-token.component.js +++ b/old-ui/app/components/add-token/add-token.component.js @@ -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