Delete decimalFormatter

This commit is contained in:
Robert
2023-07-21 16:51:51 +01:00
parent e620120144
commit f57bbc2b52

View File

@@ -1,8 +1,3 @@
export const decimalFormatter = new Intl.NumberFormat("en-US", {
style: "decimal",
maximumFractionDigits: 2,
});
export const percentFormatter = new Intl.NumberFormat("en-US", {
style: "percent",
maximumFractionDigits: 2,