Skip to content

Commit

Permalink
fix: red team getting rendered as red team on match items (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBolls authored Nov 22, 2024
1 parent 99ab86a commit 321a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-app/api/entities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class MatchImpl {
return this.teams[0];
}
public get _redTeam(): TeamImpl {
return this.teams[0];
return this.teams[1];
}

private get players(): TeamMemberImpl[] {
Expand Down

0 comments on commit 321a8a8

Please sign in to comment.