mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: add missing key to resource row (#1874)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user