X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=85738f3eb69a021a7e4cf3bc67fb728f0473b546;hp=2c70bc387f6d23cfbed01144fea26f3a142df1c3;hb=43502f89bf6346115c388b80a6c7f559a336d000;hpb=e41040d89d5aaceabe7f5bb7a12230e2079ffd7e diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 2c70bc3..85738f3 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}
  • ); })}