🔥 Fix User Profile view

This commit is contained in:
duckietm
2026-03-12 16:21:23 +01:00
parent ca0227cd87
commit bfd28d277a
3 changed files with 11 additions and 11 deletions
@@ -15,9 +15,7 @@ export const FriendsContainerView: FC<FriendsContainerViewProps> = props =>
return (
<div className="flex flex-col gap-1">
<p className="text-sm">
<b>{ LocalizeText('extendedprofile.friends.count') }</b> { friendsCount }
</p>
<p className="text-sm" dangerouslySetInnerHTML={{ __html: LocalizeText('extendedprofile.friends.count', ['count'], [friendsCount.toString()]) }} />
<div className="flex flex-col gap-1">
<p className="text-sm font-bold">{ LocalizeText('extendedprofile.relstatus') }</p>
<RelationshipsContainerView relationships={ relationships } />