score formater
This commit is contained in:
@@ -8,7 +8,3 @@ export const percentFormater = new Intl.NumberFormat("en-US", {
|
||||
style: "percent",
|
||||
minimumFractionDigits: 0
|
||||
});
|
||||
|
||||
export const twoDigitFormater = new Intl.NumberFormat("en-US", {
|
||||
maximumFractionDigits: 2
|
||||
});
|
||||
Reference in New Issue
Block a user