Skip to content

Commit f62cb5c

Browse files
1704 Removes commented code
1 parent 24c2591 commit f62cb5c

File tree

1 file changed

+0
-4
lines changed
  • packages/orchestrator-ui-components/src/components/WfoPageTemplate/WfoSidebar

1 file changed

+0
-4
lines changed

packages/orchestrator-ui-components/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ export const WfoSidebar: FC<WfoSidebarProps> = ({ overrideMenuItems }) => {
128128
path={PATH_METADATA_PRODUCTS}
129129
translationString="metadata"
130130
isSelected={true}
131-
// isSelected={
132-
// router.pathname.substring(0, PATH_METADATA.length) ===
133-
// PATH_METADATA
134-
// }
135131
hasSubItems={true}
136132
/>
137133
),

0 commit comments

Comments
 (0)