diff --git a/frontend/packages/agent/src/Root.tsx b/frontend/packages/agent/src/Root.tsx index 148fd9fc..baae05ed 100644 --- a/frontend/packages/agent/src/Root.tsx +++ b/frontend/packages/agent/src/Root.tsx @@ -89,9 +89,10 @@ export function Root() { <> setOpenPanel('inbox')} /> setOpenPanel('todos')} /> - {/* Needs dashboard_port from a loaded snapshot — omitted (like the - * old page's populateOverflowMenu) until the first /api/state - * resolves. */} + {/* Needs a loaded snapshot for their data (links/forge_public_url, + * dashboard_port) — both omitted (like the old page's + * populateOverflowMenu) until the first /api/state resolves. */} + {state ? : null} {state ? : null} ); @@ -160,7 +161,6 @@ export function Root() {
} pills={pills} > ` - * lands here, in the title row alongside the `

`, same as the old - * markup's `