diff --git a/client/src/Winner.js b/client/src/Winner.js index 3031b53..d682cfe 100644 --- a/client/src/Winner.js +++ b/client/src/Winner.js @@ -39,7 +39,7 @@ const Winner = ({table, color}) => { continue; } let line = <> {getPlayerName(table.game.sessions, key)} finished with {tmp.points} victory points. - They had {tmp.potential} unplayed Victory Point card(s). + { tmp.potential && <>They had {tmp.potential} unplayed Victory Point card(s). }; description = <>{description}
{line}
; }