Skip to content

Commit

Permalink
feat(match2): add match length dota2 matchpage (#4665)
Browse files Browse the repository at this point in the history
add match length
  • Loading branch information
liquidely authored Aug 28, 2024
1 parent b48f620 commit be7cf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/match2/wikis/dota2/match_page_template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ return {
<div class="match-bm-team-stats-header">
{{#winnerName}}<h4 class="match-bm-team-stats-header-title">{{winnerName}} Victory</h4>{{/winnerName}}
{{^winnerName}}<h4 class="match-bm-team-stats-header-title">No winner determined yet</h4>{{/winnerName}}
{{#length}}<div>{{length}}</div>{{/length}}
</div>
<div class="match-bm-team-stats-container">
<div class="match-bm-team-stats-team">
Expand Down

0 comments on commit be7cf9d

Please sign in to comment.