feat(ott-1637): change in match popup and match events requests (#488) (#490)

Co-authored-by: PolyakovaM <55061222+PolyakovaM@users.noreply.github.com>
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 4 years ago committed by GitHub
parent 708d33a453
commit e7f20c0ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 (

Loading…
Cancel
Save