|
|
|
@ -13,6 +13,7 @@ import { FavoritesActions } from 'requests' |
|
|
|
|
|
|
|
|
|
|
|
import { ProfileTypes } from 'config' |
|
|
|
import { ProfileTypes } from 'config' |
|
|
|
import { client } from 'config/clients' |
|
|
|
import { client } from 'config/clients' |
|
|
|
|
|
|
|
import { isIOS } from 'config/userAgent' |
|
|
|
|
|
|
|
|
|
|
|
import { usePageLogger } from 'hooks/usePageLogger' |
|
|
|
import { usePageLogger } from 'hooks/usePageLogger' |
|
|
|
import { usePageParams } from 'hooks/usePageParams' |
|
|
|
import { usePageParams } from 'hooks/usePageParams' |
|
|
|
@ -65,7 +66,7 @@ const MatchPageComponent = () => { |
|
|
|
history.push(`/${sportName}/tournaments/${profile.tournament.id}`) |
|
|
|
history.push(`/${sportName}/tournaments/${profile.tournament.id}`) |
|
|
|
} |
|
|
|
} |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<PageWrapper> |
|
|
|
<PageWrapper isIOS={isIOS}> |
|
|
|
<ProfileHeader color='#2B2A28' height={client.name === 'facr' ? 5 : 4.5} /> |
|
|
|
<ProfileHeader color='#2B2A28' height={client.name === 'facr' ? 5 : 4.5} /> |
|
|
|
<Main> |
|
|
|
<Main> |
|
|
|
<UserFavorites /> |
|
|
|
<UserFavorites /> |
|
|
|
|