Martico2432 commited on
Commit
985f5d9
·
verified ·
1 Parent(s): f733250

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -408,7 +408,7 @@
408
  }
409
 
410
  function formatScore(score) {
411
- return score > 0 ? `${score.toFixed(1)}%` : '-';
412
  }
413
 
414
  // Render Leaderboard Table
 
408
  }
409
 
410
  function formatScore(score) {
411
+ return score > 0 ? `${score.toFixed(1)}` : '-';
412
  }
413
 
414
  // Render Leaderboard Table