diff --git a/app/scenes/UserProfile.js b/app/scenes/UserProfile.js index e861b6e2..010bed5c 100644 --- a/app/scenes/UserProfile.js +++ b/app/scenes/UserProfile.js @@ -45,7 +45,9 @@ class UserProfile extends React.Component { > - {isCurrentUser ? 'You joined' : 'Joined'}{' '} + {isCurrentUser + ? 'You joined' + : user.lastActiveAt ? 'Joined' : 'Invited'}{' '} {distanceInWordsToNow(new Date(user.createdAt))} ago. {user.isAdmin && ( Admin