diff --git a/components/match2/wikis/apexlegends/match_summary.lua b/components/match2/wikis/apexlegends/match_summary.lua index 035af59ed3..f19632b59a 100644 --- a/components/match2/wikis/apexlegends/match_summary.lua +++ b/components/match2/wikis/apexlegends/match_summary.lua @@ -330,6 +330,9 @@ function CustomMatchSummary._createMatchStandings(match) end) local cells = Array.map(OVERVIEW_COLUMNS, function(column) + if column.show and not column.show(match) then + return + end return MatchSummaryWidgets.TableHeaderCell{ class = column.class, icon = column.icon, diff --git a/spec/golden_masters/match2_matchlist_smoke_apexlegends.txt b/spec/golden_masters/match2_matchlist_smoke_apexlegends.txt index 2f2d924520..dac94f9a81 100644 --- a/spec/golden_masters/match2_matchlist_smoke_apexlegends.txt +++ b/spec/golden_masters/match2_matchlist_smoke_apexlegends.txt @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file