|
|
|
|
@ -13,7 +13,6 @@ import { Tabs } from 'features/MatchSidePlaylists/config' |
|
|
|
|
import { initialCircleAnimation } from 'features/CircleAnimationBar' |
|
|
|
|
import type { TCircleAnimation } from 'features/CircleAnimationBar' |
|
|
|
|
import { StatsType } from 'features/MatchSidePlaylists/components/TabStats/config' |
|
|
|
|
import { TOUR_COMPLETED_STORAGE_KEY } from 'features/MatchTour' |
|
|
|
|
|
|
|
|
|
import { PAGES } from 'config/pages' |
|
|
|
|
|
|
|
|
|
@ -26,7 +25,6 @@ import { usePageParams, useToggle } from 'hooks' |
|
|
|
|
|
|
|
|
|
import { redirectToUrl } from 'helpers/redirectToUrl' |
|
|
|
|
import { parseDate } from 'helpers/parseDate' |
|
|
|
|
import { setLocalStorageItem } from 'helpers/getLocalStorage' |
|
|
|
|
|
|
|
|
|
import { useTournamentData } from './useTournamentData' |
|
|
|
|
import { useMatchData } from './useMatchData' |
|
|
|
|
@ -256,7 +254,6 @@ export const useMatchPage = () => { |
|
|
|
|
|
|
|
|
|
setStatsType(profile?.live ? StatsType.CURRENT_STATS : StatsType.FINAL_STATS) |
|
|
|
|
isExpanded && toggleIsExpanded() |
|
|
|
|
setLocalStorageItem(TOUR_COMPLETED_STORAGE_KEY, 'true') |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const isStarted = useMemo(() => ( |
|
|
|
|
|