Fix follow button floating on profiles when overview landing page is enabled (#39650)
This commit is contained in:
parent
3a6e78eef3
commit
ad3228b75a
@ -633,7 +633,7 @@ class UI extends PureComponent {
|
|||||||
cheat: this.handleDonate,
|
cheat: this.handleDonate,
|
||||||
};
|
};
|
||||||
|
|
||||||
const minimalShell = !this.props.identity.signedIn && landingPage === 'overview';
|
const minimalShell = !this.props.identity.signedIn && landingPage === 'overview' && location.pathname.startsWith('/overview');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Hotkeys global handlers={handlers}>
|
<Hotkeys global handlers={handlers}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user