projects
/
lmno.games
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f8d02
)
fixup-add-object-entries-map calls
author
Carl Worth
<cworth@cworth.org>
Sun, 14 Jun 2020 18:54:25 +0000
(11:54 -0700)
committer
Carl Worth
<cworth@cworth.org>
Sun, 14 Jun 2020 18:54:25 +0000
(11:54 -0700)
empathy/empathy.jsx
patch
|
blob
|
history
diff --git
a/empathy/empathy.jsx
b/empathy/empathy.jsx
index dcd558f9639c33d8ee70d555ec20f2490fef88b2..ee92ab3d7b556d2c4d4f2d236363af825efc37b5 100644
(file)
--- a/
empathy/empathy.jsx
+++ b/
empathy/empathy.jsx
@@
-478,7
+478,7
@@
class Ambiguities extends React.PureComponent {
Still waiting for the following players:
</p>
<ul>
- {Object.
entrie
s(this.props.players_judging).map(player => {
+ {Object.
key
s(this.props.players_judging).map(player => {
return (
<li
key={player}
@@
-612,7
+612,7
@@
class ActivePrompt extends React.PureComponent {
Still waiting for the following players:
</p>
<ul>
- {Object.
entrie
s(this.props.players_answering).map(player => {
+ {Object.
key
s(this.props.players_answering).map(player => {
return (
<li
key={player}