urfu-ui-kit-react 0.0.90 → 0.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11054,7 +11054,7 @@ const Gn = (n) => {
|
|
|
11054
11054
|
children: s.roundUpTo && Y !== y ? new Intl.NumberFormat("ru-RU", {
|
|
11055
11055
|
minimumFractionDigits: s.roundUpTo,
|
|
11056
11056
|
maximumFractionDigits: s.roundUpTo
|
|
11057
|
-
}).format(Number(Y)).replace(",", ".") : Y !== y ? new Intl.NumberFormat("ru-RU").format(Number(Y)) : Y
|
|
11057
|
+
}).format(Number(Y)).replace(",", ".") : Y !== y ? new Intl.NumberFormat("ru-RU").format(Number(Y)).replace(",", ".") : Y.replace(",", ".")
|
|
11058
11058
|
}
|
|
11059
11059
|
)
|
|
11060
11060
|
]
|