X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=0593b049a30e6a0811f355f1a044fd1e2cb84853;hp=bc70a85f0df820b34c552de473df8d971352f1b4;hb=ea6d5ea6192e6c1fe665248f51da203625a26f18;hpb=0dfce9dfcf903be9bb4bd27a3b9121c81ac4cfa4 diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index bc70a85..0593b04 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -595,7 +595,7 @@ class Ambiguities extends React.PureComponent { className="vote-button" onClick={() => fetch_post_json(`end-judging/${this.props.prompt.id}`) } > - Move On + Move On Without Their Input
{[...this.props.votes].map(v => { return ( @@ -790,7 +790,7 @@ class ActivePrompt extends React.PureComponent { className="vote-button" onClick={() => fetch_post_json(`end-answers/${this.props.prompt.id}`) } > - Move On + Move On Without Their Answers
{[...this.props.votes].map(v => { return (