From 4312a36518562343b154a1f675daa941eea23185 Mon Sep 17 00:00:00 2001 From: Jack Reed <phillipjreed@gmail.com> Date: Thu, 10 Dec 2020 08:44:58 -0700 Subject: [PATCH] Fix issue withPlugins for WindowTopMenuButton --- src/containers/WindowTopMenuButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/WindowTopMenuButton.js b/src/containers/WindowTopMenuButton.js index dfd9a1a66..54d863e2b 100644 --- a/src/containers/WindowTopMenuButton.js +++ b/src/containers/WindowTopMenuButton.js @@ -18,7 +18,7 @@ const styles = theme => ({ const enhance = compose( withTranslation(), withStyles(styles), - withPlugins('WindowTopMenuButtons'), + withPlugins('WindowTopMenuButton'), ); export default enhance(WindowTopMenuButton); -- GitLab