Skip to content

Commit 2256e03

Browse files
Merge branch 'feature-new-nav-master' of https://github.com/topcoder-platform/community-app into feature-new-nav-master
2 parents 4ee7b4b + c724148 commit 2256e03

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

__tests__/shared/components/Header/__snapshots__/index.jsx.snap

-3
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,10 @@ exports[`Default render 1`] = `
7171
Object {
7272
"subMenu": Array [
7373
Object {
74-
"collapsed": true,
7574
"href": "/community/competitive-programming",
7675
"title": "Competitive Programming",
7776
},
7877
Object {
79-
"collapsed": true,
8078
"href": "/community/data-science",
8179
"title": "Data Science",
8280
},
@@ -110,7 +108,6 @@ exports[`Default render 1`] = `
110108
"title": "Forums",
111109
},
112110
Object {
113-
"collapsed": true,
114111
"href": "/community/statistics",
115112
"title": "Statistics",
116113
},

config/default.js

-3
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,10 @@ module.exports = {
322322
{
323323
title: 'Competitive Programming',
324324
href: '/community/competitive-programming',
325-
collapsed: true,
326325
},
327326
{
328327
title: 'Data Science',
329328
href: '/community/data-science',
330-
collapsed: true,
331329
},
332330
{
333331
title: 'Design',
@@ -361,7 +359,6 @@ module.exports = {
361359
{
362360
title: 'Statistics',
363361
href: '/community/statistics',
364-
collapsed: true,
365362
},
366363
{
367364
title: 'Events',

config/production.js

-3
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,10 @@ module.exports = {
118118
{
119119
title: 'Competitive Programming',
120120
href: '/community/competitive-programming',
121-
collapsed: true,
122121
},
123122
{
124123
title: 'Data Science',
125124
href: '/community/data-science',
126-
collapsed: true,
127125
},
128126
{
129127
title: 'Design',
@@ -157,7 +155,6 @@ module.exports = {
157155
{
158156
title: 'Statistics',
159157
href: '/community/statistics',
160-
collapsed: true,
161158
},
162159
{
163160
title: 'Events',

0 commit comments

Comments
 (0)