slop
This commit is contained in:
@@ -5364,7 +5364,7 @@ function TournamentListColumn({ column, navigate, highlight, onHover }) {
|
||||
{column.matches.map((match) => {
|
||||
const traced = traceClass(teamsOf(match), highlight)
|
||||
return (
|
||||
<div className={`tournament-match-node${traced}`} key={`${match.type_bracket}-${match.match_id}`}>
|
||||
<div className={`tournament-match-node${traced}`} key={`${match.type_bracket}-${match.match_id}`} style={{ position: 'relative' }}>
|
||||
<TournamentMatchCard match={match} navigate={navigate} onHover={onHover} />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user