Merge pull request #3923 from d10c/d10c/compare-performance-rtjo

ComparePerformance: fix crash in RTJO mode
This commit is contained in:
Nora Dimitrijević
2025-02-11 13:54:10 +01:00
committed by GitHub

View File

@@ -798,7 +798,7 @@ function PredicateRow(props: PredicateRowProps) {
</>
}
/>
{abbreviateRASteps(first?.steps ?? second!.steps).map(
{abbreviateRASteps(first?.steps ?? second?.steps ?? []).map(
(step, index) => (
<PipelineStep
key={index}