{ e.preventDefault(); onMatchClick?.(m, current?.name); }}
+ style={{ cursor: onMatchClick ? 'pointer' as const : 'default' as const }}
+ >
+
+
+
+
{sanitizeClubName(m.home || '')}
+
+
+ {m.score ? (
+ <>
+ {String(m.score).split(':')[0]}
+ :
+ {String(m.score).split(':')[1]}
+ >
+ ) : (
+ {m.time}
+ )}
+
+
+
+
{sanitizeClubName(m.away || '')}
+
+
+