Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update NavigationSideMenu.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MadanKumarGovindaswamy committed May 14, 2024
1 parent f3cecaa commit 52d9c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class NavigationSideMenu extends Component {
}

if (this.props.variant !== 'drill-in' && key === 'empty-child-key') {
return;
return null;
}

return (
Expand Down

0 comments on commit 52d9c7f

Please sign in to comment.