X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=53d7763c84f7a27643ac5f90b935dd945c601335;hb=c4f9db9ff6ba1f1f94490a0d8e96acccf0eb549e;hp=6acf526c3516da99cdf72f282c65ff5ad894a8be;hpb=c91ad4964798e3ddbc42c27a266b0c6ae1957909;p=lmno.games diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 6acf526..53d7763 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -789,29 +789,6 @@ class ActivePrompt extends React.PureComponent { } render() { - let move_on_button = null; - if (this.props.idle) { - move_on_button =( - - ); - } let still_waiting = null; const answering_players = Object.keys(this.props.players_answering);; @@ -845,6 +822,32 @@ class ActivePrompt extends React.PureComponent { ); } + let move_on_button = null; + if (this.props.idle) { + move_on_button =( + + ); + } + if (this.props.players_answered.has(this.props.player.name)) { return (