We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fd391 commit c8b37c1Copy full SHA for c8b37c1
src/Pages/Rankings.js
@@ -51,7 +51,7 @@ function Rankings() {
51
"children": [
52
{
53
"name": data.rankingTable[i]["Team"],
54
- "Score": data.rankingTable[i]["Score"]
+ "Score": data.rankingTable[i][sortCol]
55
}
56
]
57
});
0 commit comments