|
|
|
@ -107,7 +107,9 @@ const MatchPageComponent = () => { |
|
|
|
</SubscriptionGuard> |
|
|
|
</SubscriptionGuard> |
|
|
|
</Main> |
|
|
|
</Main> |
|
|
|
{ |
|
|
|
{ |
|
|
|
user && (profile?.tournament.id === 131 || profile?.tournament.id === 2032) |
|
|
|
user |
|
|
|
|
|
|
|
&& profile?.sub |
|
|
|
|
|
|
|
&& (profile?.tournament.id === 131 || profile?.tournament.id === 2032) |
|
|
|
&& <FavouriteTeamPopup /> |
|
|
|
&& <FavouriteTeamPopup /> |
|
|
|
} |
|
|
|
} |
|
|
|
</PageWrapper> |
|
|
|
</PageWrapper> |
|
|
|
|