X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=cd5f3423d845f731e309e5521287a58e68f93c77;hp=21b766ab689c3c8c652275f16d495387e40faaaa;hb=bbbb65e60e043c8a60d362a6baa84e71dd4d2254;hpb=ab3973907487f6195270382e958b318ea8f2044c diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 21b766a..cd5f342 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -368,7 +368,7 @@ class ActivePrompt extends React.PureComponent {

{this.props.prompt.prompt}

- {Array(this.props.prompt.items).fill(null).map((whocares,i) => { + {[...Array(this.props.prompt.items)].map((whocares,i) => { return (