diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index cb2c61e7c7..594890d123 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -86,16 +86,14 @@ export const ProfileHeader = observer(function ProfileHeader({ {view.displayName} - { - undefined /*TODO + Employee @blueskyweb.xyz - */ - } + {isMe ? ( Edit Profile - ) : view.myState.follow ? ( - - Following - ) : ( - - - - Follow - - + <> + {view.myState.follow ? ( + + + Following + + ) : ( + + + Follow + + )} + + + + + + + )} - { - undefined /*TODO + style={[styles.btn, styles.secondaryBtn]}> - */ - } +