Skip to content

Commit

Permalink
good key
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Aug 23, 2023
1 parent f7adbf0 commit 35fbac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const PriorContributors = ({
</Row>
<Row margin={M2}>
{alumni.map((props: IMember) => (
<Col sm={12} md={3} margin={M2} flex>
<Col key={props.pennkey} sm={12} md={3} margin={M2} flex>
<Link to={`/alumni/${props.pennkey}`}><P mb0>{props.name}</P></Link>
</Col>
))
Expand Down

0 comments on commit 35fbac7

Please sign in to comment.