From b2ec91ba0ecd9df8fe25f65092921612ac786f24 Mon Sep 17 00:00:00 2001 From: Rikard Blixt Date: Thu, 17 Oct 2024 17:29:35 +0200 Subject: [PATCH] missing return --- .../match/summary/widget_match_summary_match_page_link.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/widget/match/summary/widget_match_summary_match_page_link.lua b/components/widget/match/summary/widget_match_summary_match_page_link.lua index 3477bfe3301..48d8b597232 100644 --- a/components/widget/match/summary/widget_match_summary_match_page_link.lua +++ b/components/widget/match/summary/widget_match_summary_match_page_link.lua @@ -35,3 +35,5 @@ function MatchSummaryMatchPageLink:render() } }} end + +return MatchSummaryMatchPageLink