SyntaxFix
Write A Post
Hire A Developer
Questions
return ( <table> <tbody> { numrows.map((item, index) => { <ObjectRow data={item} key={index}> }) } </tbody> </table> );