diff --git a/src/app/components/tournament-manage/tournament-manage.component.html b/src/app/components/tournament-manage/tournament-manage.component.html index 603c8ec..d7cef49 100644 --- a/src/app/components/tournament-manage/tournament-manage.component.html +++ b/src/app/components/tournament-manage/tournament-manage.component.html @@ -323,10 +323,19 @@ @if (match.status == 'NOT_STARTED') { - + @if (match.canStart) { + + } @else { + + + + } } @else if (match.status == 'IN_PROGRESS') {