From 8c2d7412d5f632feadc1876668770dfd7c41cebd Mon Sep 17 00:00:00 2001 From: Malaber Date: Sat, 2 Jul 2022 00:19:42 +0200 Subject: [PATCH] Add match position to matches --- js/components/Match.js | 9 ++++++--- js/redux/tournamentApi.js | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/js/components/Match.js b/js/components/Match.js index a314d40..b80b3f3 100644 --- a/js/components/Match.js +++ b/js/components/Match.js @@ -119,9 +119,12 @@ export class Match extends React.Component { } return (
- - - +
+ + + + {this.state.match.position} +
{smallMessage}