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 c95582c commit 52cc456Copy full SHA for 52cc456
site/src/components/TemplateResourcesTable/TemplateResourcesTable.tsx
@@ -55,7 +55,7 @@ export const TemplateResourcesTable: FC<React.PropsWithChildren<TemplateResource
55
// If there is no agent, just display the resource name
56
if (!agent) {
57
return (
58
- <TableRow>
+ <TableRow key={resource.id}>
59
<TableCell className={styles.resourceNameCell}>
60
<AvatarData
61
title={resource.name}
0 commit comments