Skip to content

Commit

Permalink
Fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmingjie committed Nov 25, 2021
1 parent 92ac2e1 commit c5736df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function Projects(props) {
{Array(pageSize)
.fill(0)
.map((_, index) => {
return <ProjectSkeleton />;
return <ProjectSkeleton key={index} />;
})}
</Grid>
)}
Expand Down

1 comment on commit c5736df

@vercel
Copy link

@vercel vercel bot commented on c5736df Nov 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.