Fix “Open in advanced web interface” being shown on mobile view (#2318)
Fixes #2307
This commit is contained in:
parent
9a45198ab0
commit
52500965cc
1 changed files with 2 additions and 2 deletions
|
@ -55,12 +55,12 @@ class NavigationPanel extends Component {
|
||||||
return (
|
return (
|
||||||
<div className='navigation-panel'>
|
<div className='navigation-panel'>
|
||||||
{transientSingleColumn && (
|
{transientSingleColumn && (
|
||||||
<>
|
<div className='navigation-panel__logo'>
|
||||||
<a href={`/deck${location.pathname}`} className='button button--block'>
|
<a href={`/deck${location.pathname}`} className='button button--block'>
|
||||||
{intl.formatMessage(messages.advancedInterface)}
|
{intl.formatMessage(messages.advancedInterface)}
|
||||||
</a>
|
</a>
|
||||||
<hr />
|
<hr />
|
||||||
</>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{signedIn && (
|
{signedIn && (
|
||||||
|
|
Loading…
Reference in a new issue