From 932664facf6c07919c3a528c420685bf013a5e6c Mon Sep 17 00:00:00 2001 From: Laura van Helvoort <105433238+liquidely@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:47:45 +0200 Subject: [PATCH] feat(match2): remove unused section of dota2 match page (#4567) remove unused section --- components/match2/wikis/dota2/match_page_template.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/components/match2/wikis/dota2/match_page_template.lua b/components/match2/wikis/dota2/match_page_template.lua index 414133d205a..19cd110354f 100644 --- a/components/match2/wikis/dota2/match_page_template.lua +++ b/components/match2/wikis/dota2/match_page_template.lua @@ -52,17 +52,6 @@ return { ]=], game = [=[ - {{^isBestOfOne}}
-
-
{{&opponents.1.iconDisplay}}
-
-
{{#teams.1.side}}[[File:Dota2 faction {{teams.1.side}}.png|link=|{{teams.1.side}} side]]{{/teams.1.side}}
-
{{#finished}}
{{teams.1.scoreDisplay}}–{{teams.2.scoreDisplay}}
{{length}}
{{/finished}}
-
{{#teams.2.side}}[[File:Dota2 faction {{teams.2.side}}.png|link=|{{teams.2.side}} side]]{{/teams.2.side}}
-
-
{{&opponents.2.iconDisplay}}
-
-
{{/isBestOfOne}}

Draft