Skip to content

Commit 9fd453b

Browse files
committed
[refactoring] Switch goals and goalkeeper rows in team overview
1 parent 1a27d43 commit 9fd453b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/team/TeamOverview.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
:team-color="teamColor"/>
1616
</div>
1717
<div>
18-
<TeamScore
18+
<TeamGoalkeeper
1919
:team-color="teamColor"
20-
:score="team.goals"/>
20+
:goalkeeper="team.goalkeeper"/>
2121
</div>
2222
<div>
23-
<TeamGoalkeeper
23+
<TeamScore
2424
:team-color="teamColor"
25-
:goalkeeper="team.goalkeeper"/>
25+
:score="team.goals"/>
2626
</div>
2727
<div>
2828
<TeamTimeouts

0 commit comments

Comments
 (0)