Switch group score table columns
This commit is contained in:
parent
dcd2af03c7
commit
63414a0507
|
|
@ -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