Spaces:
Running
Running
Update index.html
Browse files- 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
|