You forgot to close the parentheses.
Fixed and cleaned up code:
<ul> {c.details.map(detail => { // condition }) } </ul>