From 32a2a8dc67592143959e0c9ef77f7065466f4be0 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 29 Jun 2020 17:05:17 -0700 Subject: [PATCH] Only consider active players when counting players needed for prompt voting Now that the server is sending us inactive players, we don't want to consider them when computing how many votes we need to go forward with a category. --- empathy/empathy.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 3e6399d..7ac92e0 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -1357,7 +1357,7 @@ class Game extends React.PureComponent { />, p.active).length} prompts={state.prompts} />,