Skip to content

Commit

Permalink
Merge pull request #37 from Cosmian/fix/fix_CD_pipeline
Browse files Browse the repository at this point in the history
fix:fix CD pipeline
  • Loading branch information
HatemMn authored Nov 25, 2024
2 parents 5895d06 + 725319d commit a40dac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/navigationConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const generateNavigationConfig = (routePathsConfig: RoutePaths): NavigationConfi
// length > 1 means that the page has at least one child
menuWithCategories[keyString].children = {};
for (const [arrIndex, page] of valueArr.entries()) {
// @ts-expect-error at this point of the code we are sure that children is defined, but the TS compiler is not able to understand it
menuWithCategories[keyString].children[page.path] = {
key: arrIndex,
label: page.label,
Expand Down

0 comments on commit a40dac8

Please sign in to comment.