diff --git a/pages/tournament-statistics.js b/pages/tournament-statistics.js index 6a1e3d4..e7700ab 100644 --- a/pages/tournament-statistics.js +++ b/pages/tournament-statistics.js @@ -5,6 +5,7 @@ import { Button, Card, CardBody, + Collapse, Container, ListGroup, ListGroupItem, @@ -71,22 +72,31 @@ class StatisticsComponent extends React.Component {

Aktuelle Rangliste

- + + + { map(sortedPerformances, (team, index) => ( - ), 0, (this.state.showFullTable)? undefined : 3) } + ), 0, 3) } + + + { map(sortedPerformances, (team, index) => ( + + ), 3) } + + - +
# Team Name Match Differenz Punkt Differenz