diff --git a/lib/core/nav/SideNav.js b/lib/core/nav/SideNav.js index 35448cf5de96..ebae3de063fd 100644 --- a/lib/core/nav/SideNav.js +++ b/lib/core/nav/SideNav.js @@ -28,6 +28,9 @@ class SideNav extends React.Component { {this.getLocalizedCategoryString(this.props.current.category)} +
+ +
{this.props.contents.map(this.renderCategory, this)} @@ -37,11 +40,28 @@ class SideNav extends React.Component {