refactor: remove 'executions' case from IssueHubPage rendering logic

This commit is contained in:
catlog22
2026-02-26 10:15:45 +08:00
parent 2623b5a633
commit b6f4864530

View File

@@ -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;
} }