diff --git a/frontend-modern/src/App.tsx b/frontend-modern/src/App.tsx index 97d048f1f..3a95d3d5e 100644 --- a/frontend-modern/src/App.tsx +++ b/frontend-modern/src/App.tsx @@ -71,7 +71,8 @@ function DockerRoute() { return
Loading...
; } const { state, activeAlerts } = wsContext; - return ; + const hosts = state().dockerHosts || []; + return ; } function App() {