We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20778d5 commit 38b486cCopy full SHA for 38b486c
pointercrate-demonlist-pages/static/js/statsviewer/nation.js
@@ -39,7 +39,7 @@ class NationStatsViewer extends StatsViewer {
39
record.players.forEach(players.add, players);
40
41
if (record.progress !== 100) {
42
- if (!nationData.verified.some((d) => d.id === record.id))
+ if (!nationData.verified.some((d) => d.demon.id === record.demon.id))
43
progress.push(record);
44
} else {
45
beaten.push(record);
0 commit comments