X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=dcd558f9639c33d8ee70d555ec20f2490fef88b2;hp=011e196b04c86c5c521fd4e1c15029415a20f546;hb=43f8d02fa5b415bb7543e46100fb30fc8dea5383;hpb=a5afefc58f656f68f660a3b17093cb64631f7b6b diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 011e196..dcd558f 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -349,10 +349,6 @@ const PromptOptions = React.memo(props => { const LetsPlay = React.memo(props => { - function handle_click(prompt_id) { - fetch_post_json - } - const quorum = Math.round((props.num_players + 1) / 2); const max_votes = props.prompts.reduce( (max_so_far, v) => Math.max(max_so_far, v.votes.length), 0);