Skip to content
Snippets Groups Projects
Commit 2913e892 authored by Johannes Baiter's avatar Johannes Baiter Committed by Chris Beer
Browse files

Fix bad plugin hook name in AttributionPanel

parent cd5b6da3
Branches
Tags
No related merge requests found
...@@ -46,7 +46,7 @@ const enhance = compose( ...@@ -46,7 +46,7 @@ const enhance = compose(
withStyles(styles), withStyles(styles),
withTranslation(), withTranslation(),
connect(mapStateToProps), connect(mapStateToProps),
withPlugins('ManifestInfo'), withPlugins('AttributionPanel'),
); );
export default enhance(AttributionPanel); export default enhance(AttributionPanel);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment