|
|
|
@ -1,7 +1,5 @@ |
|
|
|
import { Fragment, useState } from 'react' |
|
|
|
import { Fragment, useState } from 'react' |
|
|
|
|
|
|
|
|
|
|
|
import { useRecoilValue } from 'recoil' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { isLffClient } from 'config/clients' |
|
|
|
import { isLffClient } from 'config/clients' |
|
|
|
import { |
|
|
|
import { |
|
|
|
isMobileDevice, |
|
|
|
isMobileDevice, |
|
|
|
@ -20,10 +18,7 @@ import { |
|
|
|
} from 'features/MatchCard/CardFrontside/MatchCardMobile/styled' |
|
|
|
} from 'features/MatchCard/CardFrontside/MatchCardMobile/styled' |
|
|
|
|
|
|
|
|
|
|
|
import { AdType } from 'requests' |
|
|
|
import { AdType } from 'requests' |
|
|
|
|
|
|
|
import { useRecoilValue } from 'recoil' |
|
|
|
import { VIEW_ADS } from 'components/Ads/types' |
|
|
|
|
|
|
|
import { MobileAd } from 'components/Ads/components/MobileAd' |
|
|
|
|
|
|
|
import { adsStore } from 'pages/HighlightsPage/storeHighlightsAtoms' |
|
|
|
|
|
|
|
import { |
|
|
|
import { |
|
|
|
CardWrapperOuter, |
|
|
|
CardWrapperOuter, |
|
|
|
CardWrapper, |
|
|
|
CardWrapper, |
|
|
|
@ -35,6 +30,9 @@ import { |
|
|
|
} from './styled' |
|
|
|
} from './styled' |
|
|
|
|
|
|
|
|
|
|
|
import { TournamentProps } from '../..' |
|
|
|
import { TournamentProps } from '../..' |
|
|
|
|
|
|
|
import { VIEW_ADS } from '../../../../components/Ads/types' |
|
|
|
|
|
|
|
import { MobileAd } from '../../../../components/Ads/components/MobileAd' |
|
|
|
|
|
|
|
import { adsStore } from '../../../../pages/HighlightsPage/storeHighlightsAtoms' |
|
|
|
|
|
|
|
|
|
|
|
export const TournamentMobile = ({ |
|
|
|
export const TournamentMobile = ({ |
|
|
|
tournament, |
|
|
|
tournament, |
|
|
|
|