Fix i18n numbers getting toString()'d

This commit is contained in:
Jamie Kyle 2024-02-29 15:07:50 -08:00 committed by GitHub
parent 9c072c5bc1
commit 2743300597
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View file

@ -126,7 +126,7 @@ function renderUsers(
);
}
const count = members.length.toString();
const count = members.length;
return (
<p>