From 5557ae06e22492554299fc3f95efb2461ee74f80 Mon Sep 17 00:00:00 2001 From: Marc J Saint-jour <82672745+Junebugg1214@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:47:55 -0400 Subject: [PATCH] style: fix lint formatting --- ui/src/ui/app-render.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/src/ui/app-render.ts b/ui/src/ui/app-render.ts index 12421704e74..bed166ba0ac 100644 --- a/ui/src/ui/app-render.ts +++ b/ui/src/ui/app-render.ts @@ -1792,9 +1792,6 @@ export function renderApp(state: AppViewState) { gatewayUrl: state.settings.gatewayUrl, assistantName: state.assistantName, configPath: state.configSnapshot?.path ?? null, - navRootLabel: "Appearance", - includeSections: [...APPEARANCE_SECTION_KEYS], - includeVirtualSections: true, navRootLabel: "Infrastructure", includeSections: [...INFRASTRUCTURE_SECTION_KEYS], includeVirtualSections: false,