Profile redesign: Ensure boost and languages menu items are only for following (#38365)
This commit is contained in:
parent
58cd1f3644
commit
5ba5a2e552
@ -620,7 +620,7 @@ function redesignMenuItems({
|
||||
);
|
||||
|
||||
// Timeline options
|
||||
if (relationship && !relationship.muting) {
|
||||
if (relationship?.following && !relationship.muting) {
|
||||
items.push(
|
||||
{
|
||||
text: intl.formatMessage(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user