From abec311b1b057bbc0321899dc6a7c1156a7654e8 Mon Sep 17 00:00:00 2001 From: Marc J Saint-jour <82672745+Junebugg1214@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:26:17 -0400 Subject: [PATCH] fix: repair control UI render syntax after merge --- ui/src/ui/app-render.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/src/ui/app-render.ts b/ui/src/ui/app-render.ts index ddc291099f1..3feeccda96a 100644 --- a/ui/src/ui/app-render.ts +++ b/ui/src/ui/app-render.ts @@ -1651,8 +1651,6 @@ export function renderApp(state: AppViewState) { state.appearanceActiveSubsection = null; }, onSubsectionChange: (section) => (state.appearanceActiveSubsection = section), - }, - onSubsectionChange: (section) => (state.appearanceActiveSubsection = section), onReload: () => loadConfig(state), onSave: () => saveConfig(state), onApply: () => applyConfig(state),