diff --git a/ccw/frontend/src/pages/IssueHubPage.tsx b/ccw/frontend/src/pages/IssueHubPage.tsx index d13719cf..c3283eb6 100644 --- a/ccw/frontend/src/pages/IssueHubPage.tsx +++ b/ccw/frontend/src/pages/IssueHubPage.tsx @@ -397,9 +397,6 @@ export function IssueHubPage() { case 'discovery': return null; // Discovery panel has its own controls - case 'executions': - return null; // Executions panel has its own controls - default: return null; }