File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,12 @@ exports[`Default render 1`] = `
71
71
Object {
72
72
" subMenu" : Array [
73
73
Object {
74
+ " collapsed" : true ,
74
75
" href" : " /community/competitive-programming" ,
75
76
" title" : " Competitive Programming" ,
76
77
},
77
78
Object {
79
+ " collapsed" : true ,
78
80
" href" : " /community/data-science" ,
79
81
" title" : " Data Science" ,
80
82
},
@@ -108,6 +110,7 @@ exports[`Default render 1`] = `
108
110
" title" : " Forums" ,
109
111
},
110
112
Object {
113
+ " collapsed" : true ,
111
114
" href" : " /community/statistics" ,
112
115
" title" : " Statistics" ,
113
116
},
Original file line number Diff line number Diff line change @@ -275,10 +275,12 @@ module.exports = {
275
275
{
276
276
title : 'Competitive Programming' ,
277
277
href : '/community/competitive-programming' ,
278
+ collapsed : true ,
278
279
} ,
279
280
{
280
281
title : 'Data Science' ,
281
282
href : '/community/data-science' ,
283
+ collapsed : true ,
282
284
} ,
283
285
{
284
286
title : 'Design' ,
@@ -312,6 +314,7 @@ module.exports = {
312
314
{
313
315
title : 'Statistics' ,
314
316
href : '/community/statistics' ,
317
+ collapsed : true ,
315
318
} ,
316
319
{
317
320
title : 'Events' ,
Original file line number Diff line number Diff line change @@ -118,10 +118,12 @@ module.exports = {
118
118
{
119
119
title : 'Competitive Programming' ,
120
120
href : '/community/competitive-programming' ,
121
+ collapsed : true ,
121
122
} ,
122
123
{
123
124
title : 'Data Science' ,
124
125
href : '/community/data-science' ,
126
+ collapsed : true ,
125
127
} ,
126
128
{
127
129
title : 'Design' ,
@@ -155,6 +157,7 @@ module.exports = {
155
157
{
156
158
title : 'Statistics' ,
157
159
href : '/community/statistics' ,
160
+ collapsed : true ,
158
161
} ,
159
162
{
160
163
title : 'Events' ,
You can’t perform that action at this time.
0 commit comments