Skip to content

Commit 712c9d4

Browse files
authored
bug: fix tournament team name in standings (#355)
1 parent 7f11a5f commit 712c9d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pages/tournaments/[tournamentId]/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,9 @@ export default {
10021002
team: {
10031003
id: true,
10041004
name: true,
1005+
team: {
1006+
name: true,
1007+
},
10051008
},
10061009
},
10071010
],

0 commit comments

Comments
 (0)