Skip to content

Commit 82d50b7

Browse files
committed
Update NumberFormating.js
1 parent e7d2973 commit 82d50b7

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
@@ -131,7 +131,7 @@ function invertOOM(x){
131131
}
132132

133133
function standardFormat(decimal) {
134-
first = ["", "k", "M", "B", "T", "Q", "q", "S", "s", "O", "N"]
134+
first = ["", "k", "M", "B"]
135135
symbols = [
136136
[
137137
"", "U", "D", "T", "Q", "q", "S", "s", "O", "N"

0 commit comments

Comments
 (0)