diff --git a/src/features/MatchCard/hooks.tsx b/src/features/MatchCard/hooks.tsx index c7bd4ecf..39f0d430 100644 --- a/src/features/MatchCard/hooks.tsx +++ b/src/features/MatchCard/hooks.tsx @@ -34,7 +34,7 @@ export const useCard = (match: Match) => { setMatch(match) openPopup() fetchMatchPlaylists(match) - } else if (match.calc && !match.hasVideo) { + } else if (!match.calc && match.hasVideo) { redirectToMatchPage() } else if (!match.accessibleBySubscription) { openBuyMatchPopup(match)