diff --git a/src/model/Match.ts b/src/model/Match.ts index 6afd166..bb39877 100644 --- a/src/model/Match.ts +++ b/src/model/Match.ts @@ -101,7 +101,7 @@ export class Match { !this.orgIsSupporter ) { this.tools.roundWinBox.sponsors = [this.tools.roundWinBox.sponsors[0]]; - this.tools.roundWinBox.sponsors[0].roundCeremony = ["all"]; + this.tools.roundWinBox.sponsors[0].roundCeremonie = ["all"]; this.tools.roundWinBox.sponsors[0].wonTeam = "all"; } diff --git a/src/model/ToolsData.ts b/src/model/ToolsData.ts index 9ee8452..aae53af 100644 --- a/src/model/ToolsData.ts +++ b/src/model/ToolsData.ts @@ -117,7 +117,7 @@ export type IRoundWinBox = { export type IRoundWinBoxSponsors = { wonTeam: "all" | "left" | "right"; - roundCeremony: ("all" | "normal" | "ace" | "clutch" | "teamAce" | "flawless" | "thrifty")[]; + roundCeremonie: ("all" | "normal" | "ace" | "clutch" | "teamAce" | "flawless" | "thrifty")[]; iconUrl: string; backdropUrl: string; };