intelicoreact 1.2.55 → 1.2.56
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.
|
@@ -174,8 +174,7 @@ var formatToPriceWithUSD = function formatToPriceWithUSD(value) {
|
|
|
174
174
|
fractionDigits: {
|
|
175
175
|
quantity: 2,
|
|
176
176
|
conditionallyMinimumFractionDigits: 2
|
|
177
|
-
}
|
|
178
|
-
text: text
|
|
177
|
+
}
|
|
179
178
|
});
|
|
180
179
|
}; //! Важно! Если придет велью с количеством дробных разрядов БОЛЬШИМ
|
|
181
180
|
//! чем указано в quantity - округлит по правилам округления
|