Switch group score table columns
This commit is contained in:
parent
a60a343db7
commit
c1bc78a3b3
|
|
@ -94,7 +94,7 @@ function GroupScoresTableRow(props) {
|
|||
return (<tr>
|
||||
<td>{props.score.team.name}</td>
|
||||
<td>{props.score.group_points}</td>
|
||||
<td>{props.score.received_points}</td>
|
||||
<td>{props.score.scored_points}</td>
|
||||
<td>{props.score.received_points}</td>
|
||||
</tr>);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue