mirror of
https://github.com/evroon/bracket.git
synced 2026-01-19 11:38:53 -05:00
Add elo to teams table (#325)
This commit is contained in:
@@ -41,6 +41,7 @@ export default function TeamsTable({
|
||||
<DateTime datetime={team.created} />
|
||||
</td>
|
||||
<td>{team.swiss_score}</td>
|
||||
<td>{team.elo_score}</td>
|
||||
<td>
|
||||
<TeamModal
|
||||
tournament_id={tournamentData.id}
|
||||
@@ -77,6 +78,9 @@ export default function TeamsTable({
|
||||
<ThSortable state={tableState} field="swiss_score">
|
||||
Swiss score
|
||||
</ThSortable>
|
||||
<ThSortable state={tableState} field="elo_score">
|
||||
ELO score
|
||||
</ThSortable>
|
||||
<ThNotSortable>{null}</ThNotSortable>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user