localized team names
This commit is contained in:
@@ -120,7 +120,7 @@ function sideFrom(
|
||||
const w = winnerOf(feed);
|
||||
return {
|
||||
teamId,
|
||||
label: team?.name ?? fallbackLabel,
|
||||
label: team?.localisedName ?? team?.name ?? fallbackLabel,
|
||||
code: team?.code ?? "",
|
||||
score,
|
||||
isWinner: teamId != null && w === teamId,
|
||||
|
||||
Reference in New Issue
Block a user