Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha authored Sep 12, 2023
1 parent b46ef5c commit c27b8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/matches_table/commons/matches_table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function MatchesTable:determineMatchHeader(match)


--if the header is a default bracket header we need to convert it to proper display text
local headerArray DisplayHelper.expandHeader(matchHeader)
local headerArray = DisplayHelper.expandHeader(matchHeader)

self.currentId = match.match2bracketid
self.currentMatchHeader = headerArray
Expand Down

0 comments on commit c27b8f5

Please sign in to comment.