Skip to content

Commit e7d2973

Browse files
committed
Update NumberFormating.js
1 parent d09bd36 commit e7d2973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MeTMT/js/utils/NumberFormating.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function standardFormat(decimal) {
140140
"", "Dc", "Vg", "Tg", "Qg", "qg", "Sg", "sg", "Og", "Ng"
141141
],
142142
[
143-
"", "C", "D", "Tc", "Qc", "qc", "Sc", "sc", "Oc", "Nc"
143+
"", "C", "Du", "Tc", "Qc", "qc", "Sc", "sc", "Oc", "Nc"
144144
],
145145
]
146146
decimal = new Decimal(decimal)

0 commit comments

Comments
 (0)