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

{line}

; }