style: format code with prettier

This commit is contained in:
Jason
2026-03-08 21:45:05 +08:00
parent c54515742f
commit fc6f2af4c6
6 changed files with 20 additions and 11 deletions
+2 -3
View File
@@ -238,9 +238,8 @@ function App() {
currentView === "openclawEnv" ||
currentView === "openclawTools" ||
currentView === "openclawAgents");
const { data: openclawHealthWarnings = [] } = useOpenClawHealth(
isOpenClawView,
);
const { data: openclawHealthWarnings = [] } =
useOpenClawHealth(isOpenClawView);
const hasSkillsSupport = true;
const hasSessionSupport =
activeApp === "claude" ||