mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-20 00:56:12 -05:00
Fix follow button floating on profiles when overview landing page is enabled (#39650)
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user