Update src/components/graph/dependency-graph-page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
63ff7ef65c
commit
1d25d812b4
1 changed files with 0 additions and 1 deletions
|
|
@ -510,7 +510,6 @@ export function DependencyGraphPage({
|
|||
}
|
||||
|
||||
// SCOPED: Only the epic's own child tasks (no cross-epic workspace nodes)
|
||||
const issueById = new Map(issues.map((issue) => [issue.id, issue]));
|
||||
const visibleTasks = selectedEpicTasks
|
||||
.filter((issue) => (!hideClosed ? true : issue.status !== 'closed'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue