diff --git a/src/features/MatchPage/index.tsx b/src/features/MatchPage/index.tsx index 73b13168..d57e893d 100644 --- a/src/features/MatchPage/index.tsx +++ b/src/features/MatchPage/index.tsx @@ -16,7 +16,7 @@ import { Wrapper } from './styled' const MatchPage = () => { usePageLogger() const profile = useMatchProfile() - const playFromScout = profile?.has_video && !profile.live + const playFromScout = !profile?.live const playFromOTT = !profile?.has_video && (profile?.live || profile?.storage) return (