mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
refactor: remove 'executions' case from IssueHubPage rendering logic
This commit is contained in:
@@ -397,9 +397,6 @@ export function IssueHubPage() {
|
|||||||
case 'discovery':
|
case 'discovery':
|
||||||
return null; // Discovery panel has its own controls
|
return null; // Discovery panel has its own controls
|
||||||
|
|
||||||
case 'executions':
|
|
||||||
return null; // Executions panel has its own controls
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user