score formater

This commit is contained in:
2023-10-02 21:31:21 +02:00
parent 7f83ee2ee2
commit b2304916d6
2 changed files with 6 additions and 6 deletions

View File

@@ -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
});