From bd6da814b5e0a9faccc53db190daa27c7d17d529 Mon Sep 17 00:00:00 2001 From: neatchee Date: Mon, 13 Nov 2023 13:13:22 -0800 Subject: [PATCH] Fix recurring "switch to advanced interface" warning by adding missing class to the navigation-panel__banner element --- .../glitch/features/ui/components/navigation_panel.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/ui/components/navigation_panel.jsx b/app/javascript/flavours/glitch/features/ui/components/navigation_panel.jsx index f42fdf8f5e..7b47e08234 100644 --- a/app/javascript/flavours/glitch/features/ui/components/navigation_panel.jsx +++ b/app/javascript/flavours/glitch/features/ui/components/navigation_panel.jsx @@ -65,7 +65,11 @@ class NavigationPanel extends Component { return (
- {banner} + {banner && + + } {signedIn && ( <>