Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
DashboardData.notice.length > 0 && DashboardData.notice.map(item => (
<div>
<div>
{item.title}
</div>
</div>
<div>
<div>{item.description}</div>
<p><a href="https://uiwjs.github.io">{item.member}</a><span>{formatter(item.updatedAt)}</span></p>
</div>
))
}