fix: show 'Follow back' label if user is followed by profile
Updated ProfileCard.FollowButton label to display 'Follow back' when the current user is followed by the profile being viewed.
This commit is contained in:
@@ -515,7 +515,7 @@ export function FollowButtonInner({
|
||||
)
|
||||
const followLabel = _(
|
||||
msg({
|
||||
message: 'Follow',
|
||||
message: profile.viewer?.followedBy ? 'Follow back' : 'Follow',
|
||||
comment: 'User is not following this account, click to follow',
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user