mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Format member count in invites
This commit is contained in:
parent
240a60919a
commit
2b84850891
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export function EmbedInvite(props: Props) {
|
|||
<EmbedInviteDetails>
|
||||
<EmbedInviteName>{invite.server_name}</EmbedInviteName>
|
||||
<EmbedInviteMemberCount>
|
||||
{invite.member_count} members
|
||||
{invite.member_count.toLocaleString()} members
|
||||
</EmbedInviteMemberCount>
|
||||
</EmbedInviteDetails>
|
||||
{processing ? (
|
||||
|
|
Loading…
Reference in a new issue