From 728c82add6a1b9f86b164a2ca5e1a5adfa004c12 Mon Sep 17 00:00:00 2001 From: Thomas David Baker Date: Mon, 30 Sep 2024 17:15:31 -0700 Subject: [PATCH] JavaScript lint --- shared_web/static/js/cardtable.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared_web/static/js/cardtable.jsx b/shared_web/static/js/cardtable.jsx index 2e7e1309b..5c6e9cbc1 100644 --- a/shared_web/static/js/cardtable.jsx +++ b/shared_web/static/js/cardtable.jsx @@ -40,14 +40,14 @@ const renderRow = (table, card) => ( ? card.tournamentWins : "" } - + } { table.props.leagueOnly ? null : { card.tournamentTop8s > 0 - ? card.tournamentTop8s - : "" + ? card.tournamentTop8s + : "" } }