username stuff

This commit is contained in:
thororen1234 2024-06-13 18:36:57 -04:00
parent e445037996
commit d7eff5dca7
2 changed files with 5 additions and 5 deletions

View file

@ -185,11 +185,11 @@ function BadgeModal({ user }: { user: User; }) {
</div>
{badgeImages.length ? (
<Forms.FormText>
This person has {badgeImages.length} global badges.
{user.username} has {badgeImages.length} global badges.
</Forms.FormText>
) : (
<Forms.FormText>
This person has no global badges.
{user.username} has no global badges.
</Forms.FormText>
)}
{!!badgeImages.length && (