diff --git a/routers/account.py b/routers/account.py index 8c3524927..e473b373e 100644 --- a/routers/account.py +++ b/routers/account.py @@ -329,7 +329,7 @@ def _render_run(pr: PublishedRun): return if workspace.is_personal: - if handle := request.user.get_handle(): + if handle := (workspace.handle or request.user.handle): gui.caption( f""" All your Saved workflows are here, with public ones listed on your \