1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Don't dispatch hideTestNetMessage (#12748)

This commit is contained in:
ryanml 2021-11-18 14:14:03 -07:00 committed by GitHub
parent f5f2f38ea5
commit fa25eb18b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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