Fixes reading from local storage configuration
This commit is contained in:
parent
2a6b78c199
commit
b76a18c295
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ if (localConfig) {
|
||||||
if (key === 'networkName' && config['forceNetwork']) {
|
if (key === 'networkName' && config['forceNetwork']) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
config[name] = value;
|
config[key] = value;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue