diff --git a/components/match2/wikis/apexlegends/match_summary.lua b/components/match2/wikis/apexlegends/match_summary.lua index 3d2a683381a..1e3e78cb071 100644 --- a/components/match2/wikis/apexlegends/match_summary.lua +++ b/components/match2/wikis/apexlegends/match_summary.lua @@ -118,12 +118,12 @@ local MATCH_STANDING_COLUMNS = { }, sortVal = { value = function (opponent, idx) - return opponent.score + return OpponentDisplay.InlineScore(opponent) end, }, row = { value = function (opponent, idx) - return opponent.score + return OpponentDisplay.InlineScore(opponent) end, }, },