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

Fix issue withPlugins for WindowTopMenuButton

parent 0120d4dc
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ const styles = theme => ({
const enhance = compose(
withTranslation(),
withStyles(styles),
withPlugins('WindowTopMenuButtons'),
withPlugins('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