diff --git a/components/matches_table/commons/matches_table.lua b/components/matches_table/commons/matches_table.lua index 6e64c8760b0..20202d026e7 100644 --- a/components/matches_table/commons/matches_table.lua +++ b/components/matches_table/commons/matches_table.lua @@ -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