We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 824bf30 + 8102750 commit 70cc4edCopy full SHA for 70cc4ed
1 file changed
extensions/ql-vscode/src/view/compare-performance/ComparePerformance.tsx
@@ -798,7 +798,7 @@ function PredicateRow(props: PredicateRowProps) {
798
</>
799
}
800
/>
801
- {abbreviateRASteps(first?.steps ?? second!.steps).map(
+ {abbreviateRASteps(first?.steps ?? second?.steps ?? []).map(
802
(step, index) => (
803
<PipelineStep
804
key={index}
0 commit comments