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 e7d2973 commit 82d50b7
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 @@ -131,7 +131,7 @@ function invertOOM(x){
}

function standardFormat(decimal) {
first = ["", "k", "M", "B", "T", "Q", "q", "S", "s", "O", "N"]
first = ["", "k", "M", "B"]
symbols = [
[
"", "U", "D", "T", "Q", "q", "S", "s", "O", "N"
Expand Down

0 comments on commit 82d50b7

Please sign in to comment.