diff --git a/app/javascript/flavours/glitch/features/ui/index.jsx b/app/javascript/flavours/glitch/features/ui/index.jsx index aa84f03806..a944f9333b 100644 --- a/app/javascript/flavours/glitch/features/ui/index.jsx +++ b/app/javascript/flavours/glitch/features/ui/index.jsx @@ -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 (