feat: 🎸 ott-1495 (#457)

added isScoreHidden for live
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Zoia 4 years ago committed by GitHub
parent a412667467
commit 735e4f8ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/MatchCard/CardFrontside/index.tsx

@ -77,7 +77,7 @@ export const CardFrontside = ({
|| isInFuture
|| selectedMatchStatus === MatchStatuses.Soon
|| isScoreHidden
) || live
) || (live && !isScoreHidden)
const tournamentInFavorites = isInFavorites(ProfileTypes.TOURNAMENTS, tournament.id)
const team1InFavorites = isInFavorites(ProfileTypes.TEAMS, team1.id)
const team2InFavorites = isInFavorites(ProfileTypes.TEAMS, team2.id)

Loading…
Cancel
Save