From 746e9ae5db16b40b47ef7669fcba6de2229e9eea Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 28 Jun 2020 15:26:54 -0700 Subject: [PATCH] Fix the key for some list items We forgot to update this we grouped players that had tied scores. So since then the key value has been undefined, resulting in a warning from React. --- empathy/empathy.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 12bedd2..2867dab 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -1155,8 +1155,8 @@ class Game extends React.PureComponent {