X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=feff7775a99f782188474bab923da9e1580b8327;hp=4151cf729edf1de6a53151ad49b947aeb2e504d9;hb=d7cc3b52d47ed3836cea1d82951ea4db6e8c591d;hpb=e4c308c3331de77071170b0711505a990eaba617 diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 4151cf7..feff777 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -414,7 +414,13 @@ const PromptOptions = React.memo(props => { Select any categories below that you'd like to play. You can choose as many as you'd like.

- {props.prompts.map(p => )} + {props.prompts.map( + prompt => + )} ); });