mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Don't dispatch hideTestNetMessage (#12748)
This commit is contained in:
parent
f5f2f38ea5
commit
fa25eb18b4
@ -68,7 +68,7 @@ function mapDispatchToProps(dispatch) {
|
||||
}),
|
||||
);
|
||||
},
|
||||
hideTestNetMessage: () => dispatch(actions.hideTestNetMessage()),
|
||||
hideTestNetMessage: () => actions.hideTestNetMessage(),
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user