Fix i18n numbers getting toString()'d
This commit is contained in:
parent
9c072c5bc1
commit
2743300597
5 changed files with 9 additions and 9 deletions
|
@ -126,7 +126,7 @@ function renderUsers(
|
|||
);
|
||||
}
|
||||
|
||||
const count = members.length.toString();
|
||||
const count = members.length;
|
||||
|
||||
return (
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue