File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,10 @@ exports[`Default render 1`] = `
71
71
Object {
72
72
" subMenu" : Array [
73
73
Object {
74
- " collapsed" : true ,
75
74
" href" : " /community/competitive-programming" ,
76
75
" title" : " Competitive Programming" ,
77
76
},
78
77
Object {
79
- " collapsed" : true ,
80
78
" href" : " /community/data-science" ,
81
79
" title" : " Data Science" ,
82
80
},
@@ -110,7 +108,6 @@ exports[`Default render 1`] = `
110
108
" title" : " Forums" ,
111
109
},
112
110
Object {
113
- " collapsed" : true ,
114
111
" href" : " /community/statistics" ,
115
112
" title" : " Statistics" ,
116
113
},
Original file line number Diff line number Diff line change @@ -322,12 +322,10 @@ module.exports = {
322
322
{
323
323
title : 'Competitive Programming' ,
324
324
href : '/community/competitive-programming' ,
325
- collapsed : true ,
326
325
} ,
327
326
{
328
327
title : 'Data Science' ,
329
328
href : '/community/data-science' ,
330
- collapsed : true ,
331
329
} ,
332
330
{
333
331
title : 'Design' ,
@@ -361,7 +359,6 @@ module.exports = {
361
359
{
362
360
title : 'Statistics' ,
363
361
href : '/community/statistics' ,
364
- collapsed : true ,
365
362
} ,
366
363
{
367
364
title : 'Events' ,
Original file line number Diff line number Diff line change @@ -118,12 +118,10 @@ module.exports = {
118
118
{
119
119
title : 'Competitive Programming' ,
120
120
href : '/community/competitive-programming' ,
121
- collapsed : true ,
122
121
} ,
123
122
{
124
123
title : 'Data Science' ,
125
124
href : '/community/data-science' ,
126
- collapsed : true ,
127
125
} ,
128
126
{
129
127
title : 'Design' ,
@@ -157,7 +155,6 @@ module.exports = {
157
155
{
158
156
title : 'Statistics' ,
159
157
href : '/community/statistics' ,
160
- collapsed : true ,
161
158
} ,
162
159
{
163
160
title : 'Events' ,
You can’t perform that action at this time.
0 commit comments