Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{groups.map((group) => {
const { sectionHeader, description, items } = group;
return (<div>
<div>
<div>
<h5>
{sectionHeader}
</h5>
<span> - {description}</span>
</div>
</div>
<hr>
<div>
{items.map((project) => {
const { projectUrl, title, description } = project;
return (
<div>
<h6></h6></div></div></div>