Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2429a7 commit 9a89bf4Copy full SHA for 9a89bf4
site/src/components/Resources/Resources.tsx
@@ -66,7 +66,7 @@ export const Resources: React.FC<ResourcesProps> = ({
66
}
67
if (!agent) {
68
return (
69
- <TableRow>
+ <TableRow key={`${resource.id}-${agentIndex}`}>
70
<TableCell className={styles.resourceNameCell}>
71
{resource.name}
72
<span className={styles.resourceType}>{resource.type}</span>
0 commit comments