diff --git a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap index 9097e8be07..311045f5f8 100644 --- a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap @@ -71,12 +71,10 @@ exports[`Default render 1`] = ` Object { "subMenu": Array [ Object { - "collapsed": true, "href": "/community/competitive-programming", "title": "Competitive Programming", }, Object { - "collapsed": true, "href": "/community/data-science", "title": "Data Science", }, @@ -110,7 +108,6 @@ exports[`Default render 1`] = ` "title": "Forums", }, Object { - "collapsed": true, "href": "/community/statistics", "title": "Statistics", }, diff --git a/config/default.js b/config/default.js index 22766f9e85..59a01a71aa 100644 --- a/config/default.js +++ b/config/default.js @@ -335,12 +335,10 @@ module.exports = { { title: 'Competitive Programming', href: '/community/competitive-programming', - collapsed: true, }, { title: 'Data Science', href: '/community/data-science', - collapsed: true, }, { title: 'Design', @@ -374,7 +372,6 @@ module.exports = { { title: 'Statistics', href: '/community/statistics', - collapsed: true, }, { title: 'Events', diff --git a/config/production.js b/config/production.js index 6575fa8e8a..5bf7b055aa 100644 --- a/config/production.js +++ b/config/production.js @@ -118,12 +118,10 @@ module.exports = { { title: 'Competitive Programming', href: '/community/competitive-programming', - collapsed: true, }, { title: 'Data Science', href: '/community/data-science', - collapsed: true, }, { title: 'Design', @@ -157,7 +155,6 @@ module.exports = { { title: 'Statistics', href: '/community/statistics', - collapsed: true, }, { title: 'Events',