martmull
2024-05-03 15:03:06 +02:00
committed by GitHub
parent 1351a95754
commit 87994c26ff
51 changed files with 687 additions and 405 deletions

View File

@ -70,7 +70,7 @@ export const EventsGroup = ({
{group.items.map((event, index) => (
<EventRow
mainObjectMetadataItem={mainObjectMetadataItem}
key={event.id}
key={index}
event={event}
isLastEvent={index === group.items.length - 1}
/>