
committed by
Miško Hevery

parent
1ae77da609
commit
6ab5f3648a
@ -50,7 +50,7 @@ function formatNumber(
|
||||
}
|
||||
}
|
||||
|
||||
return NumberFormatter.format(value as number, locale, style, {
|
||||
return NumberFormatter.format(value, locale, style, {
|
||||
minimumIntegerDigits: minInt,
|
||||
minimumFractionDigits: minFraction,
|
||||
maximumFractionDigits: maxFraction,
|
||||
|
Reference in New Issue
Block a user