This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: missing notification item key

+1 -2
+1 -2
src/webapp/features/notifications/components/notificationItem/NotificationItem.tsx
··· 84 84 <Scroller> 85 85 <Group gap="xs" wrap="nowrap"> 86 86 {notification.item.collections.map((collection) => ( 87 - <Box miw={'100%'} w={'100%'}> 87 + <Box key={collection.id} miw={'100%'} w={'100%'}> 88 88 <CollectionCard 89 - key={collection.id} 90 89 collection={collection} 91 90 size="compact" 92 91 />