diff --git a/pages/tournament-statistics.js b/pages/tournament-statistics.js index 6ef8f0e..221fe49 100644 --- a/pages/tournament-statistics.js +++ b/pages/tournament-statistics.js @@ -56,17 +56,23 @@ class DominanceShower extends React.Component { render() { return ( - + {this.props.title} - - - - - - - + + + + + + + + + + + + +
{findTeam(this.props.teams, this.props.stats.id).name}
{this.props.stats.pointsMade}{this.props.stats.pointsReceived}
{findTeam(this.props.teams, this.props.stats.id).name}
{this.props.stats.pointsMade}{this.props.stats.pointsReceived}
Punkte erzieltPunkte kassiert
@@ -96,7 +102,7 @@ class StandingsTable extends React.Component { let sortedPerformances = sort(performances, (p1, p2) => p1.rank - p2.rank, Order.descending); return ( - +

Aktuelle Rangliste

@@ -120,7 +126,7 @@ class StandingsTable extends React.Component { -
+