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:
@@ -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} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user