-
…in reply to @jhannapearce
jdpearce heydonworks zessx I'm not 100% sure it does, but to be safe, you could return straight away like this: stuff.map(s => (
<li> <em>Here is an ${s}</em> </li>
)).join('') or however you wanted to format it
<li>
<em>Here is an ${s}</em>
</li>
)).join('')
or however you wanted to format it