Skip to content

Commit 94f2852

Browse files
committed
Incorrect team name being used for home stat
1 parent 3cf1ac5 commit 94f2852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/FootballMatchStat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const FootballMatchStat = ({
122122
${visuallyHidden}
123123
`}
124124
>
125-
{away.teamName}
125+
{home.teamName}
126126
</span>
127127
{formatValue(home.value, showPercentage)}
128128
</span>

0 commit comments

Comments
 (0)