]> git.cworth.org Git - lmno.games/blobdiff - empathy/empathy.jsx
Add score for each word in the display of results for each round
[lmno.games] / empathy / empathy.jsx
index 85738f3eb69a021a7e4cf3bc67fb728f0473b546..407a4fe9cb5cf6f15bcce81e91e2f4c8a3cc9ab1 100644 (file)
@@ -1077,7 +1077,7 @@ class Game extends React.PureComponent {
             {state.scores.words.map(word => {
               return (
                 <li key={word.word}>
-                  {`${word.word}: ${word.players.join(', ')}`}
+                  {word.word} ({word.players.length}): {word.players.join(', ')}
                 </li>
               );
             })}