style: format code with Prettier

This commit is contained in:
Jason
2026-01-05 21:53:01 +08:00
parent 5aa35906d8
commit efa653809b
8 changed files with 68 additions and 36 deletions

View File

@@ -430,12 +430,7 @@ function App() {
/>
);
case "skillsDiscovery":
return (
<SkillsPage
ref={skillsPageRef}
initialApp={activeApp}
/>
);
return <SkillsPage ref={skillsPageRef} initialApp={activeApp} />;
case "mcp":
return (
<UnifiedMcpPanel
@@ -573,7 +568,9 @@ function App() {
size="icon"
onClick={() =>
setCurrentView(
currentView === "skillsDiscovery" ? "skills" : "providers",
currentView === "skillsDiscovery"
? "skills"
: "providers",
)
}
className="mr-2 rounded-lg"