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