Skip to content

Commit

Permalink
as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha committed Dec 16, 2024
1 parent 10159e0 commit 5af121c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion components/match2/commons/match_summary_base_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ local MATCH_OVERVIEW_COLUMNS = {
class = 'cell--team',
icon = 'team',
header = {
value = 'Team',
value = 'Participant',
},
sortVal = {
value = function (opponent, idx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ function Parser.adjustMatchColumns(columns)
:addClass(statusIcon)
end,
}
elseif column.id == 'opponent' then
column.header = {value = 'Participant'}
elseif column.id == 'totalPoints' then
column.show = function(match) return not Logic.readBool(match.noScore) end
elseif column.id == 'matchPoints' then
Expand Down

0 comments on commit 5af121c

Please sign in to comment.