1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Don't dispatch hideTestNetMessage (#12748)

This commit is contained in:
ryanml 2021-11-18 14:14:03 -07:00
parent db7fc50216
commit 042c19e0cb

View File

@ -68,7 +68,7 @@ function mapDispatchToProps(dispatch) {
}), }),
); );
}, },
hideTestNetMessage: () => dispatch(actions.hideTestNetMessage()), hideTestNetMessage: () => actions.hideTestNetMessage(),
}; };
} }