Groups: fix keying

This commit is contained in:
Liam Fitzgerald 2021-05-18 12:38:21 +10:00
parent 2221411220
commit 0e9a8590d8
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -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}