From ac6383bff92698d177e2ee1b2edc2ceb45408c95 Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Mon, 15 May 2023 14:24:13 +0300 Subject: [PATCH] fix(#in341): fixed live match plays order tab bug --- src/features/MatchPage/store/hooks/index.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/features/MatchPage/store/hooks/index.tsx b/src/features/MatchPage/store/hooks/index.tsx index bfa04fa5..a46421f9 100644 --- a/src/features/MatchPage/store/hooks/index.tsx +++ b/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 {