Skip to content

Commit

Permalink
Update NumberFormating.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Sep 9, 2024
1 parent d09bd36 commit e7d2973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MeTMT/js/utils/NumberFormating.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function standardFormat(decimal) {
"", "Dc", "Vg", "Tg", "Qg", "qg", "Sg", "sg", "Og", "Ng"
],
[
"", "C", "D", "Tc", "Qc", "qc", "Sc", "sc", "Oc", "Nc"
"", "C", "Du", "Tc", "Qc", "qc", "Sc", "sc", "Oc", "Nc"
],
]
decimal = new Decimal(decimal)
Expand Down

0 comments on commit e7d2973

Please sign in to comment.