mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-28 11:00:26 -05:00
Fix “Open in advanced web interface” being shown on mobile view (#2318)
Fixes #2307
This commit is contained in:
parent
9a45198ab0
commit
52500965cc
@ -55,12 +55,12 @@ class NavigationPanel extends Component {
|
||||
return (
|
||||
<div className='navigation-panel'>
|
||||
{transientSingleColumn && (
|
||||
<>
|
||||
<div className='navigation-panel__logo'>
|
||||
<a href={`/deck${location.pathname}`} className='button button--block'>
|
||||
{intl.formatMessage(messages.advancedInterface)}
|
||||
</a>
|
||||
<hr />
|
||||
</>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{signedIn && (
|
||||
|
Loading…
Reference in New Issue
Block a user