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

@ -59,7 +59,7 @@ export function CallingAdhocCallInfo({
i18n('icu:calling__in-this-call--one')}
{participants.length > 1 &&
i18n('icu:calling__in-this-call--many', {
people: String(participants.length),
people: participants.length,
})}
</div>
<button