Merge pull request #3923 from d10c/d10c/compare-performance-rtjo
ComparePerformance: fix crash in RTJO mode
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user