Fix follow button floating on profiles when overview landing page is enabled (#39650)

This commit is contained in:
Federico Franco 2026-06-29 19:06:22 +09:00 committed by Claire
parent 3a6e78eef3
commit ad3228b75a

View File

@ -633,7 +633,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}>