Merge pull request #2464 from neatchee/pr/glitch/mobile_singlecolumn_warning_fix

Fix recurring "switch to advanced interface" warning by adding missing…
pull/2465/head
Claire 2023-11-15 07:21:16 +01:00 committed by GitHub
commit 02582f7e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -65,7 +65,11 @@ class NavigationPanel extends Component {
return (
<div className='navigation-panel'>
{banner}
{banner &&
<div class='navigation-panel__banner'>
{banner}
</div>
}
{signedIn && (
<>