fix(favouriteteampopup): cancel request for unpayment matches

pull/132/head
Andrei Dekterev 3 years ago
parent e50e3c1d8c
commit 7feed32c37
  1. 4
      src/features/MatchPage/index.tsx

@ -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>

Loading…
Cancel
Save