This commit is contained in:
Olivier Gagnon
2021-10-07 01:36:59 -04:00
parent da746a63c3
commit 8e58482db0
21 changed files with 19132 additions and 569 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ class NumeralFormatter {
}
formatStaneksGiftPower(n: number): string {
return this.format(n, "0");
return this.format(n, "0.00");
}
parseMoney(s: string): number {