-
{sortedTargets.map((target) => (
-
{target?.children?.map((child) => (
-
{truncate(expectation.inject_expectation_name, 20)} + + ), type: targetType, - status: getStatus(targetResult.map((tr: InjectExpectationsStore) => tr.inject_expectation_status)), - })); + status: getStatus([expectation.inject_expectation_status]), + }))); const mergedSteps: Steptarget[] = [...computeInitialSteps(initialSteps), ...newSteps]; // Custom sorting function mergedSteps.sort((a, b) => { @@ -356,6 +381,7 @@ const TargetResultsDetailFlow: FunctionComponent