From e7f20c0ccba24efe61268b1578693fe2af1c5f4d Mon Sep 17 00:00:00 2001 From: Mirlan Date: Tue, 21 Sep 2021 12:14:03 +0600 Subject: [PATCH] feat(ott-1637): change in match popup and match events requests (#488) (#490) Co-authored-by: PolyakovaM <55061222+PolyakovaM@users.noreply.github.com> --- src/features/MatchPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (