Delete decimalFormatter
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user