X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=empathy%2Fempathy.jsx;h=407a4fe9cb5cf6f15bcce81e91e2f4c8a3cc9ab1;hb=d82276f171fa3a918e8d78db68e7c5b75404e309;hp=85738f3eb69a021a7e4cf3bc67fb728f0473b546;hpb=43502f89bf6346115c388b80a6c7f559a336d000;p=lmno.games diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 85738f3..407a4fe 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -1077,7 +1077,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(', ')}
  • ); })}