lint.
Этот коммит содержится в:
@@ -21,7 +21,7 @@ export default function InvoiceUserCount({invoice}: {invoice: Invoice}): JSX.Ele
|
|||||||
id='admin.billing.history.onPremSeats'
|
id='admin.billing.history.onPremSeats'
|
||||||
defaultMessage='{num} seats'
|
defaultMessage='{num} seats'
|
||||||
values={{
|
values={{
|
||||||
|
|
||||||
// should always be a whole number, but truncate just in case
|
// should always be a whole number, but truncate just in case
|
||||||
num: Math.floor(onPremUsers),
|
num: Math.floor(onPremUsers),
|
||||||
}}
|
}}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user