X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=21b766ab689c3c8c652275f16d495387e40faaaa;hp=54d6c2660975aac30c9376ba05cff1c4feef3048;hb=ab3973907487f6195270382e958b318ea8f2044c;hpb=3c2c043c4a6e389a597736c9fd366b716ac7237c diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 54d6c26..21b766a 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -127,10 +127,12 @@ const PlayerInfo = React.memo(props => {
Players: {props.player.name} + {props.player.score > 0 ? ` (${props.player.score})` : ""} {props.other_players.map(other => ( {", "} {other.name} + {other.score > 0 ? ` (${other.score})` : ""} ))}