Skip to content

Commit

Permalink
Update components/match2/wikis/deadlock/match_summary.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Rikard Blixt <[email protected]>
  • Loading branch information
Kanopedia and Rathoz authored Oct 15, 2024
1 parent b206b89 commit eeeee2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/match2/wikis/deadlock/match_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ end

---@param banData {numberOfBans: integer, [1]: table, [2]: table}
---@param gameNumber integer
---@param numberOfBans integer
---@param date string
---@return self
function HeroBan:banRow(banData, gameNumber, numberOfBans, date)
function HeroBan:banRow(banData, gameNumber)
self.table:tag('tr')
:tag('td'):css('float', 'left')
:node(CustomMatchSummary._createCharacterDisplay(banData[1], false))
Expand Down

0 comments on commit eeeee2e

Please sign in to comment.