diff --git a/src/resources/extensions/gsd/export-html.ts b/src/resources/extensions/gsd/export-html.ts index b3eb0b620..5528df66e 100644 --- a/src/resources/extensions/gsd/export-html.ts +++ b/src/resources/extensions/gsd/export-html.ts @@ -241,7 +241,7 @@ function buildBlockersSection(data: VisualizerData): string { `).join(''); const riskCards = highRisk - .filter(hr => !blockers.some(b => b.sliceId === hr.slId)) + .filter(hr => !blockers.some(b => b.milestoneId === hr.msId && b.sliceId === hr.slId)) .map(hr => `
${esc(hr.msId)}/${esc(hr.slId)}