Fixes add token search.

feature/default_network_editable
Dan 7 years ago
parent 79be956be9
commit 89573533b8
  1. 1
      ui/app/add-token.js

@ -105,6 +105,7 @@ AddTokenScreen.prototype.tokenAddressDidChange = function (e) {
}
AddTokenScreen.prototype.checkExistingAddresses = function (address) {
if (!address) return false
const tokensList = this.props.tokens
const matchesAddress = existingToken => {
return existingToken.address.toLowerCase() === address.toLowerCase()

Loading…
Cancel
Save