From 815065099bf144c407bbc0aa881117f10a43302d Mon Sep 17 00:00:00 2001 From: Felix Hamme Date: Sat, 15 Jun 2019 23:22:10 +0200 Subject: [PATCH] Use the actual group number for group titles --- js/components/GroupStage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/GroupStage.js b/js/components/GroupStage.js index bd7f4cf..76f371e 100644 --- a/js/components/GroupStage.js +++ b/js/components/GroupStage.js @@ -60,7 +60,7 @@ class Group extends Component { return ( -

Gruppe {this.state.id + 1}

+

Gruppe {this.state.number}

{this.state.matches.map((match => (