From b6f48645302c84e0ac4ef2f70690c8b35a38f5e1 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 26 Feb 2026 10:15:45 +0800 Subject: [PATCH] refactor: remove 'executions' case from IssueHubPage rendering logic --- ccw/frontend/src/pages/IssueHubPage.tsx | 3 --- 1 file changed, 3 deletions(-) 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; }