X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=e887b1b8b9b1af33ddc76aa751613f66a2253205;hp=3869b3a249f12ff169a62e7dca85a789c4beb2da;hb=49d80bcfff46b8d9efa846decf9415e43ea354f5;hpb=533300fbcbfec8c219901cbde2d9c6f336939f97 diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 3869b3a..e887b1b 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -570,13 +570,16 @@ class Ambiguities extends React.PureComponent { } let still_waiting = null; - if (Object.keys(this.props.players_judging).length) { + const judging_players = Object.keys(this.props.players_judging); + if (judging_players.length) { still_waiting = [

- Still waiting for the following players: + Still waiting for the following player + {judging_players.length > 1 ? 's' : '' } + :

,