summit-registration-lite 3.0.21 → 3.0.22
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2152,8 +2152,8 @@ const formatCurrency = (value, _ref) => {
|
|
|
2152
2152
|
|
|
2153
2153
|
const defaultOptions = {
|
|
2154
2154
|
currency: 'USD',
|
|
2155
|
-
minimumFractionDigits:
|
|
2156
|
-
maximumFractionDigits:
|
|
2155
|
+
minimumFractionDigits: 2,
|
|
2156
|
+
maximumFractionDigits: 2
|
|
2157
2157
|
};
|
|
2158
2158
|
const formatter = new Intl.NumberFormat(locale, formatCurrency_objectSpread(formatCurrency_objectSpread({
|
|
2159
2159
|
style: 'currency'
|