Skip to content

Commit

Permalink
fix: add key to li
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Oct 29, 2020
1 parent 30d1708 commit a52f7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/releases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ function DocTemplate(props) {
})
.map(release => {
return (
<li>
<Link href="/docs/[...slug]" as={release.slug}>
<li key={release.slug}>
<Link href={release.slug}>
<a>
<h4>{release.title}</h4>
</a>
Expand Down

0 comments on commit a52f7d2

Please sign in to comment.