[Glitch] Fix follow button floating on profiles when overview landing page is enabled
Port 63dd573b855af6479342799606191fcc64d3b56b to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
8d183db8b4
commit
26b8ac934d
@ -686,7 +686,7 @@ class UI extends PureComponent {
|
||||
cheat: this.handleDonate,
|
||||
};
|
||||
|
||||
const minimalShell = !this.props.identity.signedIn && landingPage === 'overview';
|
||||
const minimalShell = !this.props.identity.signedIn && landingPage === 'overview' && location.pathname.startsWith('/overview');
|
||||
|
||||
return (
|
||||
<Hotkeys global handlers={handlers}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user