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