Skip to content

Commit

Permalink
JavaScript lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bakert committed Oct 1, 2024
1 parent 42bb051 commit 728c82a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared_web/static/js/cardtable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ const renderRow = (table, card) => (
? card.tournamentWins
: ""
}
</td>
</td>
}
{ table.props.leagueOnly
? null
: <td className="n">
{ card.tournamentTop8s > 0
? card.tournamentTop8s
: ""
? card.tournamentTop8s
: ""
}
</td>
}
Expand Down

0 comments on commit 728c82a

Please sign in to comment.