diff --git a/src/plus/webviews/graph/graphWebview.ts b/src/plus/webviews/graph/graphWebview.ts index c4d2841..788bb3c 100644 --- a/src/plus/webviews/graph/graphWebview.ts +++ b/src/plus/webviews/graph/graphWebview.ts @@ -1385,7 +1385,7 @@ export class GraphWebview extends WebviewBase { branch = find(graph.branches.values(), b => b.current); if (branch == null) continue; - includeOnlyRefs[key] = { ...value, id: branch.id, name: branch.name }; + includeOnlyRefs[branch.id] = { ...value, id: branch.id, name: branch.name }; } else { includeOnlyRefs[key] = value; }