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}