diff --git a/src/features/Matches/helpers/getMatchClickAction/index.tsx b/src/features/Matches/helpers/getMatchClickAction/index.tsx index 6ac3bb11..3b561a6e 100644 --- a/src/features/Matches/helpers/getMatchClickAction/index.tsx +++ b/src/features/Matches/helpers/getMatchClickAction/index.tsx @@ -17,10 +17,10 @@ export const getMatchAccess = ({ sub, }: Match) => { switch (true) { - case !access: - return MatchAccess.NoCountryAccess case !sub: return MatchAccess.CanBuyMatch + case !access: + return MatchAccess.NoCountryAccess case !calc && has_video: return MatchAccess.RedirectToProfile case live: