mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-24 05:47:00 -04:00
username stuff
This commit is contained in:
parent
e445037996
commit
d7eff5dca7
2 changed files with 5 additions and 5 deletions
|
@ -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 && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue