Skip to content

Commit f81daf1

Browse files
authored
2026 rankings
1 parent 730f7a9 commit f81daf1

File tree

1 file changed

+3
-4
lines changed
  • src/components/RankingDisplay/TeamRankings

1 file changed

+3
-4
lines changed

src/components/RankingDisplay/TeamRankings/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ const TeamRankings = () => {
4747
<th>Rank</th>
4848
<th>Team #</th>
4949
<th>RS</th>
50-
{/* Game specific: 2025 */}
51-
<th>Coop</th>
50+
{/* Game specific: 2026 */}
5251
<th>Match</th>
5352
<th>Auto</th>
54-
<th>Barge</th>
53+
<th>Tower</th>
54+
{/* sort order 5, RNG, is excluded from this display */}
5555
{/* End game specific */}
5656
<th>
5757
<span className={styles.wtlCell}>
@@ -74,7 +74,6 @@ const TeamRankings = () => {
7474
<td>{numFmt.format(ranking.sortOrder2)}</td>
7575
<td>{numFmt.format(ranking.sortOrder3)}</td>
7676
<td>{numFmt.format(ranking.sortOrder4)}</td>
77-
<td>{numFmt.format(ranking.sortOrder5)}</td>
7877
{/* End game specific */}
7978
<td className={styles.wtlCell}>
8079
<span>{ranking.wins ?? 0}</span>

0 commit comments

Comments
 (0)