Revert "Fix error on viewing a profile when unlogged (#28465)"

This reverts commit 1c041356a1.
This commit is contained in:
Claire 2024-01-17 09:56:48 +01:00
parent bd538598c2
commit b624b596ee

View file

@ -84,8 +84,6 @@ const titleFromAccount = account => {
}; };
const messageForFollowButton = relationship => { const messageForFollowButton = relationship => {
if(!relationship) return messages.follow;
if (relationship.get('following') && relationship.get('followed_by')) { if (relationship.get('following') && relationship.get('followed_by')) {
return messages.mutual; return messages.mutual;
} else if (!relationship.get('following') && relationship.get('followed_by')) { } else if (!relationship.get('following') && relationship.get('followed_by')) {