Skip to content
Snippets Groups Projects
Commit 4312a365 authored by Jack Reed's avatar Jack Reed
Browse files

Fix issue withPlugins for WindowTopMenuButton

parent b3ad6fea
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ const styles = theme => ({ ...@@ -18,7 +18,7 @@ const styles = theme => ({
const enhance = compose( const enhance = compose(
withTranslation(), withTranslation(),
withStyles(styles), withStyles(styles),
withPlugins('WindowTopMenuButtons'), withPlugins('WindowTopMenuButton'),
); );
export default enhance(WindowTopMenuButton); export default enhance(WindowTopMenuButton);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment