Skip to content
Snippets Groups Projects
Commit c57bd8b3 authored by Jack Reed's avatar Jack Reed Committed by Chris Beer
Browse files

Fixes #2872 just a typo in our plugin setup

parent 2323ee4e
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ const enhance = compose( ...@@ -38,7 +38,7 @@ const enhance = compose(
withTranslation(), withTranslation(),
withStyles(styles), withStyles(styles),
connect(mapStateToProps, null), connect(mapStateToProps, null),
withPlugins('WindowSideBarAnnotationPanel'), withPlugins('WindowSideBarAnnotationsPanel'),
// further HOC // further HOC
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment