X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=empathy%2Fempathy.jsx;h=b1f4ab201c71bff8265c88f79186c8234021369a;hb=e18a603f7a9387f29bbb69ff48d88f597a195d69;hp=6acf526c3516da99cdf72f282c65ff5ad894a8be;hpb=c91ad4964798e3ddbc42c27a266b0c6ae1957909;p=lmno.games diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 6acf526..b1f4ab2 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 (
@@ -1212,12 +1215,16 @@ class Game extends React.PureComponent {