intelicoreact 1.1.93 → 1.1.94

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.
@@ -158,6 +158,7 @@ var formatToTwoDigitAfterDot = function formatToTwoDigitAfterDot(value) {
158
158
  exports.formatToTwoDigitAfterDot = formatToTwoDigitAfterDot;
159
159
 
160
160
  var formatToPriceWithUSD = function formatToPriceWithUSD(value) {
161
+ if (isNaN(Number(value))) return value;
161
162
  return intlNumbersFormatter(getSafelyValue(value), {
162
163
  withSymbol: 'currency',
163
164
  currency: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.1.93",
3
+ "version": "1.1.94",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [