diff --git a/app/javascript/mastodon/features/ui/index.jsx b/app/javascript/mastodon/features/ui/index.jsx index 0930fc64d7..b743210afb 100644 --- a/app/javascript/mastodon/features/ui/index.jsx +++ b/app/javascript/mastodon/features/ui/index.jsx @@ -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 (