fix: add missing key to resource row (#1874)

This commit is contained in:
Asher
2022-05-27 17:16:04 -05:00
committed by GitHub
parent 8222bdc3bc
commit dd1484e24f
+1 -1
View File
@@ -57,7 +57,7 @@ export const Resources: React.FC<ResourcesProps> = ({ resources, getResourcesErr
}
if (!agent) {
return (
<TableRow>
<TableRow key={`${resource.id}-${agentIndex}`}>
<TableCell className={styles.resourceNameCell}>
{resource.name}
<span className={styles.resourceType}>{resource.type}</span>