From: Carl Worth Date: Sat, 6 Jun 2020 03:17:46 +0000 (-0700) Subject: Display all players, not just a single component X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e92b0500735ed3f70c218cb38ad421483a497d18;hp=e92b0500735ed3f70c218cb38ad421483a497d18;p=lmno.games Display all players, not just a single component It's a little trickier to deal with an array (both on the setState side and when using the map() function to generate React elements) but it's not too bad. Thanks for the help, Richard! ---