Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit a88d44d

Browse files
committed
fix: linting issue, added key attribute to iterated items
1 parent 532a760 commit a88d44d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/external-projects.js

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ const ExternalProjectsPage = ({ data, pageContext }) => {
124124
onClick={() => {
125125
location.href = `/projects/${project.fullName}`;
126126
}}
127+
key={project.fullName}
127128
>
128129
<img
129130
className={styles.projectListingItemImage}

0 commit comments

Comments
 (0)