File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/components/RankingDisplay/TeamRankings Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments