···513513 comment: 'User is following this account, click to unfollow',
514514 }),
515515 )
516516- const followLabel = _(
517517- msg({
518518- message: profile.viewer?.followedBy ? 'Follow back' : 'Follow',
519519- comment: 'User is not following this account, click to follow',
520520- }),
521521- )
516516+ const followLabel = profile.viewer?.followedBy
517517+ ? _(
518518+ msg({
519519+ message: 'Follow back',
520520+ comment: 'User is not following this account, click to follow back',
521521+ }),
522522+ )
523523+ : _(
524524+ msg({
525525+ message: 'Follow',
526526+ comment: 'User is not following this account, click to follow',
527527+ }),
528528+ )
522529523530 if (!profile.viewer) return null
524531 if (