Don't show teams inline when entering match result
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
[team]="data.match.team1"
|
[team]="data.match.team1"
|
||||||
[event]="data.event"
|
[event]="data.event"
|
||||||
[tournament]="data.tournament"
|
[tournament]="data.tournament"
|
||||||
[inline]="true">
|
[inline]="false">
|
||||||
</app-team-display>
|
</app-team-display>
|
||||||
</div>
|
</div>
|
||||||
</mat-grid-tile>
|
</mat-grid-tile>
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
[team]="data.match.team2"
|
[team]="data.match.team2"
|
||||||
[event]="data.event"
|
[event]="data.event"
|
||||||
[tournament]="data.tournament"
|
[tournament]="data.tournament"
|
||||||
[inline]="true">
|
[inline]="false">
|
||||||
</app-team-display>
|
</app-team-display>
|
||||||
</div>
|
</div>
|
||||||
</mat-grid-tile>
|
</mat-grid-tile>
|
||||||
|
|||||||
Reference in New Issue
Block a user