diff --git a/src/templates/components/Sidebar/Section.js b/src/templates/components/Sidebar/Section.js index 5c29831753b..b382c1c5635 100644 --- a/src/templates/components/Sidebar/Section.js +++ b/src/templates/components/Sidebar/Section.js @@ -22,6 +22,7 @@ class Section extends React.Component { onLinkClick, onSectionTitleClick, section, + sectionList, } = this.props; const uid = 'section_' + this.state.uid; return ( @@ -48,17 +49,19 @@ class Section extends React.Component { }, }}> {section.title} - 1 && ( + + [media.lessThan('small')]: { + display: 'none', + }, + }} + /> + )}