Commit 6c4b6441 authored by nanahira's avatar nanahira

fix state of tournament

parent 417bf335
......@@ -40,7 +40,7 @@ export class MatchWrapper {
}
isNotStarted() {
return !this.match.scores_csv && this.match.state !== 'complete';
return !this.match.scores_csv && this.match.state === 'open';
}
getPlayerIds() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment