Skip to content

Commit

Permalink
Replace key
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jan 3, 2024
1 parent 3c00ed6 commit 195f689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-pages/learn/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function EventsComponent ({items}) {
// const topics = getTaxonomy(d, TAXONOMY_TOPICS)?.values;
const timeStatus = (d.startDate && d.endDate)? getEventTemporalState(d.startDate, d.endDate): null
return (
<ContinuumGridItem {...bag} key={d.id}>
<ContinuumGridItem {...bag} key={d.name}>
<StyledCard
onCardClickCapture={(e) => {
// If the user was scrolling and let go of the mouse on top of a
Expand Down

0 comments on commit 195f689

Please sign in to comment.