X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=044d4e07ad5e3e62885648410f0d6977d5b62525;hp=2c70bc387f6d23cfbed01144fea26f3a142df1c3;hb=5e235932d1940d4849d2f3adbee33f6ecef4ed6b;hpb=e41040d89d5aaceabe7f5bb7a12230e2079ffd7e diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 2c70bc3..044d4e0 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -1067,7 +1067,7 @@ class Game extends React.PureComponent { {state.scores.scores.map(score => { return (
  • - {score.player}: {score.score} + {score.players.join("/")}: {score.score}
  • ); })} @@ -1077,7 +1077,7 @@ class Game extends React.PureComponent { {state.scores.words.map(word => { return (
  • - {`${word.word}: ${word.players.join(', ')}`} + {word.word}: {word.players.join(', ')}
  • ); })}