Skip to content

Commit a85351f

Browse files
fix: fix usage of wrong attribute (#18109)
Caused by #18104
1 parent b80e5d7 commit a85351f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TaskPage/TaskPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const TaskPage = () => {
255255

256256
<Button variant="outline" asChild>
257257
<RouterLink
258-
to={`/@${task.workspace.owner_username}/${task.workspace.name}`}
258+
to={`/@${task.workspace.owner_name}/${task.workspace.name}`}
259259
>
260260
View workspace
261261
</RouterLink>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy