[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:
Federico Franco 2026-06-29 19:06:22 +09:00 committed by Claire
parent 8d183db8b4
commit 26b8ac934d

View File

@ -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}>