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 903e8ee commit e8e81ceCopy full SHA for e8e81ce
site/src/pages/TemplatesPages/OrganizationPage/TemplatePage/TemplatePage.tsx
@@ -66,8 +66,8 @@ export const TemplatePage: React.FC = () => {
66
{
67
key: "name",
68
name: "Name",
69
- renderer: (nameField: string | WorkspaceBuild, workspace: Workspace) => {
70
- return <Link to={`/workspaces/${workspace.id}`}>{nameField}</Link>
+ renderer: (_, workspace: Workspace) => {
+ return <Link to={`/workspaces/${workspace.id}`}>{workspace.name}</Link>
71
},
72
73
]
0 commit comments