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

Fix recurring "switch to advanced interface" warning by adding missing…
th-downstream
Claire 1 year ago committed by GitHub
commit 02582f7e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save