diff --git a/webui/src/views/App.tsx b/webui/src/views/App.tsx index a4f1d70f..3102bd34 100644 --- a/webui/src/views/App.tsx +++ b/webui/src/views/App.tsx @@ -163,10 +163,6 @@ export const App: React.FC = () => { const items = getSidenavItems(config); - if (!config) { - return ; - } - return (