diff --git a/src/gateway/server/health-state.ts b/src/gateway/server/health-state.ts index 5d87538814..b3a9c1f33b 100644 --- a/src/gateway/server/health-state.ts +++ b/src/gateway/server/health-state.ts @@ -2,8 +2,8 @@ import { resolveDefaultAgentId } from "../../agents/agent-scope.js"; import { getHealthSnapshot, type HealthSummary } from "../../commands/health.js"; import { CONFIG_PATH, STATE_DIR, loadConfig } from "../../config/config.js"; import { resolveMainSessionKey } from "../../config/sessions.js"; -import { getUpdateAvailable } from "../../infra/update-startup.js"; import { listSystemPresence } from "../../infra/system-presence.js"; +import { getUpdateAvailable } from "../../infra/update-startup.js"; import { normalizeMainKey } from "../../routing/session-key.js"; import { resolveGatewayAuth } from "../auth.js"; import type { Snapshot } from "../protocol/index.js"; diff --git a/ui/src/ui/app-render.ts b/ui/src/ui/app-render.ts index c5e7dc435f..a9ebc1d7cb 100644 --- a/ui/src/ui/app-render.ts +++ b/ui/src/ui/app-render.ts @@ -188,8 +188,9 @@ export function renderApp(state: AppViewState) {
- ${state.updateAvailable - ? html`