diff --git a/src/features/MatchCard/hooks.tsx b/src/features/MatchCard/hooks.tsx index 3c0f3f40..17ca2837 100644 --- a/src/features/MatchCard/hooks.tsx +++ b/src/features/MatchCard/hooks.tsx @@ -6,6 +6,7 @@ import { useToggle } from 'hooks' import type { Match } from 'features/Matches' export const useCard = ({ + accessibleBySubscription, accessibleInUsersCountry, hasVideo, }: Match) => { @@ -18,6 +19,7 @@ export const useCard = ({ const isClickable = ( hasVideo && accessibleInUsersCountry + && accessibleBySubscription ) const flipCard = useCallback(() => {