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.
1 parent 4bf8fff commit a911ed7Copy full SHA for a911ed7
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