From c27b8f512bc6f82e1bdfd4f69359eb8b24f021a8 Mon Sep 17 00:00:00 2001 From: hjpalpha <75081997+hjpalpha@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:26:46 +0200 Subject: [PATCH] typo --- components/matches_table/commons/matches_table.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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