diff --git a/lib/core/nav/SideNav.js b/lib/core/nav/SideNav.js index 8f27c4c4a511..364d7a56f4dd 100644 --- a/lib/core/nav/SideNav.js +++ b/lib/core/nav/SideNav.js @@ -27,6 +27,9 @@ class SideNav extends React.Component { {this.getLocalizedCategoryString(this.props.current.category)} +
+ +
{this.props.contents.map(this.renderCategory, this)} @@ -36,11 +39,28 @@ class SideNav extends React.Component {