79682142

Date: 2025-06-27 15:03:11
Score: 1
Natty:
Report link

You forgot to close the parentheses.

Fixed and cleaned up code:

<ul>
  {c.details.map(detail => { 
      // condition
    })
  }
</ul>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: biggujo