From 26b8ac934da504adc54c232e73dc0b9d66ea0ec5 Mon Sep 17 00:00:00 2001 From: Federico Franco <81330093+FFederi@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:06:22 +0900 Subject: [PATCH] [Glitch] Fix follow button floating on profiles when overview landing page is enabled Port 63dd573b855af6479342799606191fcc64d3b56b to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/features/ui/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (