style: apply formatting to workspace detail extraction

Post-write formatter pass on components extracted for reorganize-long-files.
No behavioral changes.
This commit is contained in:
Developer
2026-06-12 19:08:16 +00:00
parent 9f4e9845c0
commit bbfcde3d1b
5 changed files with 22 additions and 16 deletions
+1 -3
View File
@@ -47,9 +47,7 @@ export function WorkspaceDetailPage() {
{activeTab === "git" && (
<WorkspaceGitPanel workspaceId={workspace.id} />
)}
{activeTab === "tools" && (
<WorkspaceToolsPanel workspace={workspace} />
)}
{activeTab === "tools" && <WorkspaceToolsPanel workspace={workspace} />}
{activeTab === "settings" && (
<WorkspaceSettingsPanel workspace={workspace} />
)}