style: fix lint formatting

This commit is contained in:
Marc J Saint-jour 2026-03-12 21:47:55 -04:00
parent 0edf7f0a1a
commit 5557ae06e2

View File

@ -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,