Skip to content

Commit

Permalink
fix(match2): match vod not showing on lol match pages (#5370)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha authored Jan 24, 2025
1 parent cc0201b commit e0f4ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/match2/wikis/leagueoflegends/match_page.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function MatchPage.getByMatchId(props)
end)
}
if String.isNotEmpty(viewModel.vod) then
table.insert(viewModel.vods, 1, VodLink.display{
table.insert(viewModel.vods.icons, 1, VodLink.display{
vod = viewModel.vod,
})
end
Expand Down

0 comments on commit e0f4ebd

Please sign in to comment.