X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=2511250dd923ebfb2d9978c8e0c60e9e03a193d6;hp=6acf526c3516da99cdf72f282c65ff5ad894a8be;hb=d74ef20a871a9548097e3ef4fb3539c2b6a5d0dc;hpb=c91ad4964798e3ddbc42c27a266b0c6ae1957909 diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 6acf526..2511250 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,30 @@ 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 (