|
|
|
|
@ -73,15 +73,15 @@ export const CollapseTournament = ({ |
|
|
|
|
<CountryFlag |
|
|
|
|
src={`https://instatscout.com/images/flags/48/${countryId}.png`} |
|
|
|
|
/> |
|
|
|
|
</FirstInfo> |
|
|
|
|
|
|
|
|
|
<SecondaryInfo> |
|
|
|
|
<TournamentName nameObj={tournament} /> |
|
|
|
|
{isFavorite && ( |
|
|
|
|
<FavoriteSign marginLeft={12} color='rgba(255, 255, 255, 0.5)'> |
|
|
|
|
<FavoriteSign color='rgba(255, 255, 255, 0.5)'> |
|
|
|
|
<Icon refIcon='Star' /> |
|
|
|
|
</FavoriteSign> |
|
|
|
|
)} |
|
|
|
|
</FirstInfo> |
|
|
|
|
|
|
|
|
|
<SecondaryInfo> |
|
|
|
|
<TournamentName nameObj={tournament} /> |
|
|
|
|
</SecondaryInfo> |
|
|
|
|
<CountMatches> |
|
|
|
|
{tournamentMatches.length} |
|
|
|
|
|