diff --git a/site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx b/site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx index b37f30c8d6891..24ce38f0804f3 100644 --- a/site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx +++ b/site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx @@ -247,7 +247,7 @@ export const WorkspaceReadyPage = ({ Restarting your workspace will stop all running processes and{" "} delete non-persistent data.
- {latestVersion && ( + {latestVersion?.message && (