fix: fix usage of wrong attribute (#18109)

Caused by https://github.com/coder/coder/pull/18104
This commit is contained in:
Bruno Quaresma
2025-05-29 14:02:34 -03:00
committed by GitHub
parent b80e5d7cc5
commit a85351f2bf
+1 -1
View File
@@ -255,7 +255,7 @@ const TaskPage = () => {
<Button variant="outline" asChild>
<RouterLink
to={`/@${task.workspace.owner_username}/${task.workspace.name}`}
to={`/@${task.workspace.owner_name}/${task.workspace.name}`}
>
View workspace
</RouterLink>