X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=d7e6f6f63df15514bfcec0758616797c54655fdc;hp=85738f3eb69a021a7e4cf3bc67fb728f0473b546;hb=34fdb156080fd1c5fead664ab06a175884e1efa5;hpb=43502f89bf6346115c388b80a6c7f559a336d000 diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 85738f3..d7e6f6f 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -574,7 +574,7 @@ class Ambiguities extends React.PureComponent {

Submission received

- The following players have completed judging: + The following players have completed judging:{' '} {[...this.props.players_judged].join(', ')}

@@ -611,6 +611,7 @@ class Ambiguities extends React.PureComponent { what goes around comes around, so it's best to be generous when judging.

+

{this.props.prompt.prompt}

{this.state.word_sets.map(set => { return (

Submission received

- The following players have submitted their answers: + The following players have submitted their answers:{' '} {[...this.props.players_answered].join(', ')}

@@ -1062,6 +1063,7 @@ class Game extends React.PureComponent { if (state.scores) { return (

+

{state.active_prompt.prompt}

Scores

    {state.scores.scores.map(score => { @@ -1077,7 +1079,7 @@ class Game extends React.PureComponent { {state.scores.words.map(word => { return (
  • - {`${word.word}: ${word.players.join(', ')}`} + {word.word} ({word.players.length}): {word.players.join(', ')}
  • ); })}