From 4a444babd45197a447f546410a21103ebf115261 Mon Sep 17 00:00:00 2001 From: Felix Hamme Date: Wed, 29 May 2019 08:40:11 +0200 Subject: [PATCH] Bugfix: match scores weren't editable --- js/components/Match.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/components/Match.js b/js/components/Match.js index ebf91a7..55a4e9a 100644 --- a/js/components/Match.js +++ b/js/components/Match.js @@ -155,8 +155,8 @@ function MatchModal(props) { return ( {title} - {props.matchState === 'in_progress' ? : - } + {props.match.state === 'in_progress' ? : + } {actionButton}