Skip to content

Commit 0d3f839

Browse files
Update app.js
1 parent f78cdfe commit 0d3f839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async function loadMatches() {
233233
liveContainer.innerHTML = '';
234234
finishedContainer.innerHTML = '';
235235

236-
const total = gameEntries.length;
236+
const total = Object.values(games).length;
237237
let loaded = 0;
238238

239239
for (const game of Object.values(games)) {

0 commit comments

Comments
 (0)