flags local
This commit is contained in:
@@ -129,7 +129,7 @@ export async function fetchMatchesAndTeams(): Promise<{ matches: Match[]; teams:
|
||||
if (!teamMap.has(id)) {
|
||||
teamMap.set(id, {
|
||||
id, name: side.name, code: side.tla ?? "", group,
|
||||
crest: side.crest ?? null,
|
||||
crest: `/crests/${id}.svg`,
|
||||
localisedName: localisedTeamName(side.tla ?? "", side.name ?? ""),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user