We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8222bdc commit dd1484eCopy full SHA for dd1484e
site/src/components/Resources/Resources.tsx
@@ -57,7 +57,7 @@ export const Resources: React.FC<ResourcesProps> = ({ resources, getResourcesErr
57
}
58
if (!agent) {
59
return (
60
- <TableRow>
+ <TableRow key={`${resource.id}-${agentIndex}`}>
61
<TableCell className={styles.resourceNameCell}>
62
{resource.name}
63
<span className={styles.resourceType}>{resource.type}</span>
0 commit comments