diff --git a/src/App.tsx b/src/App.tsx index f18164b76..8207a9cce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -964,252 +964,261 @@ function App() { )} -
-
- {currentView === "prompts" && ( - - )} - {currentView === "mcp" && ( - <> - + +
+
+ )} +
+
+ {currentView === "prompts" && ( - - )} - {currentView === "skills" && ( - <> - - - - - )} - {currentView === "skillsDiscovery" && ( - <> - - - - )} - {currentView === "providers" && ( - <> - {activeApp !== "opencode" && - activeApp !== "openclaw" && - settingsData?.enableLocalProxy && ( - <> - -
+ + + + )} + {currentView === "skills" && ( + <> + + + + + )} + {currentView === "skillsDiscovery" && ( + <> + + + + )} + {currentView === "providers" && ( + <> + + +
+ + - -
- - )} + {activeApp === "openclaw" ? ( + <> + + + + + + + ) : ( + <> + + + + + + )} + + +
- - -
- - - {activeApp === "openclaw" ? ( - <> - - - - - - - ) : ( - <> - - - - - - )} - - -
- - - - )} + + + )} +