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