fix(#in341): fixed live match plays order tab bug

pull/196/head
Farber Denis 3 years ago
parent 0750331e6a
commit ac6383bff9
  1. 14
      src/features/MatchPage/store/hooks/index.tsx

@ -382,19 +382,7 @@ export const useMatchPage = () => {
}
setIsPlayingFiltersEpisodes(true)
if (matchProfile?.live) {
handlePlaylistClick({
playlist: {
episodes: episodesToPlay.map((el) => el.episodes[0]),
id: 1,
type: episodesToPlay[0].type,
},
tab: Tabs.EVENTS,
})
} else {
playNextEpisode(0)
}
playNextEpisode(0)
}
return {

Loading…
Cancel
Save