Skip to content

Commit

Permalink
chore: unit test for pipeline component (#1350)
Browse files Browse the repository at this point in the history
Signed-off-by: veds-g <[email protected]>
  • Loading branch information
veds-g authored Nov 7, 2023
1 parent e75e958 commit 343c509
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 336 deletions.
3 changes: 2 additions & 1 deletion ui/src/components/common/SummaryPageLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ const getSummaryComponent = (summarySections: SummarySection[]) => {
</Box>
);
} else {
components.push(component);
// Assigning key to the last component
components.push(<Box key={key}>{component}</Box>);
}
});
return (
Expand Down
Loading

0 comments on commit 343c509

Please sign in to comment.