diff --git a/src/components/user-profile/UserContainerView.tsx b/src/components/user-profile/UserContainerView.tsx index dd2db05..a6b3a00 100644 --- a/src/components/user-profile/UserContainerView.tsx +++ b/src/components/user-profile/UserContainerView.tsx @@ -41,12 +41,8 @@ export const UserContainerView: FC<{
{ userProfile.motto }
- { LocalizeText('extendedprofile.created.title') } { userProfile.registration } -
-- { LocalizeText('extendedprofile.last.login.title') } { FriendlyTime.format(userProfile.secondsSinceLastVisit, '.ago', 2) } -
+ +{ LocalizeText('extendedprofile.friends.count') } { userProfile.friendsCount }