Skip to content

Commit

Permalink
EPMRPP-88981 || Broken links on filtered Launches page (#3965)
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-hambardzumian committed Aug 15, 2024
1 parent afdf0c4 commit d6aefd8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const GroupHeader = connect((state) => ({
pathNames = [newLaunchPathName, ...pathNames];
sliceIndexBegin = 1;
}
const itemLaunchId = isTestItemsList ? data[0].launchId : launchId || data[0].launchId;

return (
<div className={cx('group-header-row')}>
Expand All @@ -67,7 +68,7 @@ export const GroupHeader = connect((state) => ({
to={createLink(
activeProject,
filterId,
launchId || data[0].launchId,
itemLaunchId,
array.slice(sliceIndexBegin, i + 1).map((item) => item.id),
)}
>
Expand Down

0 comments on commit d6aefd8

Please sign in to comment.