mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix error in code written to handle merge conflicts in 3552941323
This commit is contained in:
parent
50d6e0abc0
commit
129535095a
@ -62,7 +62,13 @@ function mapDispatchToProps(dispatch) {
|
||||
setProviderType: (type) => {
|
||||
dispatch(actions.setProviderType(type));
|
||||
},
|
||||
setRpcTarget: (target, chainId, ticker, nickname, { blockExplorerUrl }) => {
|
||||
setRpcTarget: (
|
||||
target,
|
||||
chainId,
|
||||
ticker,
|
||||
nickname,
|
||||
{ blockExplorerUrl } = {},
|
||||
) => {
|
||||
dispatch(
|
||||
actions.setRpcTarget(target, chainId, ticker, nickname, {
|
||||
blockExplorerUrl,
|
||||
|
Loading…
Reference in New Issue
Block a user