Skip to content

Commit

Permalink
as per review use MatchSummaryFfa.schedule in all customs
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha committed Dec 16, 2024
1 parent 740bd64 commit 83d257f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/match2/wikis/apexlegends/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/arenafps/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/autochess/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/callofduty/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/fortnite/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/freefire/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/halo/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/naraka/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/pubg/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/pubgmobile/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/tft/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/underlords/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function CustomMatchSummary.getByMatchId(props)
matchId = match.matchId,
idx = 0,
children = {
MatchSummaryWidgets.GamesSchedule{games = match.games},
SummaryHelper.schedule(match),
MatchSummaryWidgets.PointsDistribution{scores = scoringData},
SummaryHelper.standardMatch(match),
}
Expand Down

0 comments on commit 83d257f

Please sign in to comment.