From 889706a3177fc735fa27c2e50292857d2faa53ea Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 24 Mar 2026 13:58:19 +0100 Subject: [PATCH] [Glitch] Profile redesign: Ensure boost and languages menu items are only for following Port 5ba5a2e55250ad52556caa627a0e486338f9d5ea to glitch-soc Signed-off-by: Claire --- .../glitch/features/account_timeline/components/menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/account_timeline/components/menu.tsx b/app/javascript/flavours/glitch/features/account_timeline/components/menu.tsx index 61aa3d000a..af737dbf63 100644 --- a/app/javascript/flavours/glitch/features/account_timeline/components/menu.tsx +++ b/app/javascript/flavours/glitch/features/account_timeline/components/menu.tsx @@ -623,7 +623,7 @@ function redesignMenuItems({ ); // Timeline options - if (relationship && !relationship.muting) { + if (relationship?.following && !relationship.muting) { items.push( { text: intl.formatMessage(