1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
brunobar79 2018-08-03 20:12:30 -04:00
parent e9a0feb9e9
commit b1ddaafba2

View File

@ -27,7 +27,7 @@ function EnsInput () {
}
EnsInput.prototype.onChange = function (recipient) {
debugger
const network = this.props.network
const networkHasEnsSupport = getNetworkEnsSupport(network)