diff --git a/app/javascript/mastodon/features/account_timeline/components/menu.tsx b/app/javascript/mastodon/features/account_timeline/components/menu.tsx index 1fcd2f691e..cd1ec82e4f 100644 --- a/app/javascript/mastodon/features/account_timeline/components/menu.tsx +++ b/app/javascript/mastodon/features/account_timeline/components/menu.tsx @@ -620,7 +620,7 @@ function redesignMenuItems({ ); // Timeline options - if (relationship && !relationship.muting) { + if (relationship?.following && !relationship.muting) { items.push( { text: intl.formatMessage(