Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{this.props.frontMatter.description}
<div>
<div>Posts</div>
{posts.map(post => {
return (
<div>
<a href="{post.path}">
{post.frontMatter.title}
</a>
</div>
);
})}
</div>
<div style="{{">
Horse names: {horseNames.join(', ')}
</div>
);
}
}