From 7feed32c37c4ea94920bae1e1190a0463b4a596a Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Wed, 22 Mar 2023 16:44:07 +0700 Subject: [PATCH] fix(favouriteteampopup): cancel request for unpayment matches --- src/features/MatchPage/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/features/MatchPage/index.tsx b/src/features/MatchPage/index.tsx index 61904796..72066bb6 100644 --- a/src/features/MatchPage/index.tsx +++ b/src/features/MatchPage/index.tsx @@ -107,7 +107,9 @@ const MatchPageComponent = () => { { - user && (profile?.tournament.id === 131 || profile?.tournament.id === 2032) + user + && profile?.sub + && (profile?.tournament.id === 131 || profile?.tournament.id === 2032) && }