|
|
|
|
@ -114,18 +114,15 @@ export const CardFrontside = ({ |
|
|
|
|
)} |
|
|
|
|
{access === MatchAccess.CanBuyMatch && <BuyMatchBadge />} |
|
|
|
|
<MatchTimeInfo> |
|
|
|
|
{live |
|
|
|
|
? ( |
|
|
|
|
<LiveSign> |
|
|
|
|
<T9n t='live' /> |
|
|
|
|
</LiveSign> |
|
|
|
|
) |
|
|
|
|
: ( |
|
|
|
|
<MatchDate isHomePage={isHomePage}> |
|
|
|
|
{isHomePage ? null : formattedDate} |
|
|
|
|
<Time>{time}</Time> |
|
|
|
|
</MatchDate> |
|
|
|
|
)} |
|
|
|
|
<MatchDate isHomePage={isHomePage}> |
|
|
|
|
{isHomePage ? null : formattedDate} |
|
|
|
|
<Time>{time}</Time> |
|
|
|
|
</MatchDate> |
|
|
|
|
{live && ( |
|
|
|
|
<LiveSign> |
|
|
|
|
<T9n t='live' /> |
|
|
|
|
</LiveSign> |
|
|
|
|
)} |
|
|
|
|
</MatchTimeInfo> |
|
|
|
|
</PreviewWrapper> |
|
|
|
|
<Info> |
|
|
|
|
|