mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix network edition error (#13527)
* check if blockExplorer exists in rpcPrefs * revert unnecessary change
This commit is contained in:
parent
d45cb6c12e
commit
f82ce7ddd3
@ -483,7 +483,7 @@ const NetworksForm = ({
|
||||
networkName,
|
||||
{
|
||||
...rpcPrefs,
|
||||
blockExplorerUrl: blockExplorerUrl || rpcPrefs.blockExplorerUrl,
|
||||
blockExplorerUrl: blockExplorerUrl || rpcPrefs?.blockExplorerUrl,
|
||||
},
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user