Skip to content

Commit

Permalink
fix(megamenu): removed in depth nav_title renaming that set title wro…
Browse files Browse the repository at this point in the history
…ngly to a-z topics
  • Loading branch information
ichim-david committed Mar 13, 2023
1 parent 908c8a9 commit 899ca0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/Header/HeaderMenuPopUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ const SecondLevelContent = ({ element, topics = false, renderMenuItem }) => {
const inDepth = element.items.find(
(element) => element.url.indexOf('in-depth') !== -1,
);
// eslint-disable-next-line no-unused-expressions
inDepth ? (inDepth.nav_title = 'A-Z Topics') : '';
content = (
<List>
{atAGlance &&
Expand Down

0 comments on commit 899ca0e

Please sign in to comment.