qpp-style 1.0.0-cc.78 → 1.0.0-cc.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,7 @@ import jwtDecode from 'jwt-decode';
5
5
 
6
6
  import { NavLinkContainer, NavLinkInline, NavLinkDrawer } from '../Links';
7
7
  import AnimationGroup from '../AnimationGroup/AnimationGroup';
8
+ import defaultContent from '../UI/default-content';
8
9
  import {
9
10
  AccountHomeIcon,
10
11
  DashboardIcon,
@@ -83,7 +84,7 @@ const LevelOneContent = ({
83
84
  const linkClass = isExpanded ? 'link-inline' : 'link-collapsed';
84
85
  let content = isDevPre ? levelOneContent?.devPre : levelOneContent?.default;
85
86
  if (isInternalReviewer) {
86
- content = levelOneContent?.internalReviewers
87
+ content = levelOneContent?.internalReviewers || defaultContent.internalReviewers
87
88
  }
88
89
 
89
90
  // Mapping side nav link urls to the conditions that determine their inclusion in the side nav