Skip to content

Commit 187b7dd

Browse files
committed
fix: ProfileExplorer gives react duplicate key warning
1 parent 0792103 commit 187b7dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/plugin-codeflare/src/components/ProfileExplorer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
510510
if (meta) {
511511
if (!groups[meta.group.title]) {
512512
groups[meta.group.title] = {
513+
id: meta.group.title,
513514
title: meta.group.title,
514515
name: meta.group.name && this.descriptionFor(meta.group.name),
515516
children: [],

0 commit comments

Comments
 (0)