|
|
|
|
@ -11,7 +11,6 @@ import { |
|
|
|
|
|
|
|
|
|
import { FavoritesActions } from 'requests' |
|
|
|
|
|
|
|
|
|
import { isMobileDevice } from 'config/userAgent' |
|
|
|
|
import { ProfileTypes } from 'config' |
|
|
|
|
|
|
|
|
|
import { usePageLogger } from 'hooks/usePageLogger' |
|
|
|
|
@ -19,7 +18,6 @@ import { usePageParams } from 'hooks/usePageParams' |
|
|
|
|
import { MatchPageStore } from './store' |
|
|
|
|
|
|
|
|
|
import { SubscriptionGuard } from './components/SubscriptionGuard' |
|
|
|
|
import { MatchProfileCard } from './components/MatchProfileCard' |
|
|
|
|
import { LiveMatch } from './components/LiveMatch' |
|
|
|
|
import { useMatchProfile } from './hooks/useMatchProfile' |
|
|
|
|
import { Wrapper } from './styled' |
|
|
|
|
@ -73,9 +71,7 @@ const MatchPageComponent = () => { |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<PageWrapper> |
|
|
|
|
<ProfileHeader color='#2B2A28' height={4.5}> |
|
|
|
|
{isMobileDevice ? null : <MatchProfileCard profile={profile} />} |
|
|
|
|
</ProfileHeader> |
|
|
|
|
<ProfileHeader color='#2B2A28' height={4.5} /> |
|
|
|
|
<Main> |
|
|
|
|
<UserFavorites /> |
|
|
|
|
<SubscriptionGuard> |
|
|
|
|
|