Skip to content

Commit

Permalink
🐛 React key error
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Oct 17, 2024
1 parent 4752c52 commit 3491890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/article/app/components/Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export function DownloadLinksArea() {
{downloads.map((item) => {
return (
<Download
key={item.filename}
url={item.url}
format={item.format}
filename={item.filename}
Expand Down

0 comments on commit 3491890

Please sign in to comment.