mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
Groups: fix keying
This commit is contained in:
parent
2221411220
commit
0e9a8590d8
@ -58,7 +58,7 @@ export default function Groups(props: GroupsProps & Parameters<typeof Box>[0]) {
|
||||
const notCount = graphNotifications(path);
|
||||
return (
|
||||
<Group
|
||||
key={group.metadata.title}
|
||||
key={group?.group}
|
||||
updates={notCount}
|
||||
first={index === 0}
|
||||
unreads={unreadCount}
|
||||
|
Loading…
Reference in New Issue
Block a user