File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/shared/components/challenge-listing/Listing/Bucket Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export default function Bucket({
83
83
84
84
let filteredChallenges = sortedChallenges ;
85
85
86
- if ( ! _ . includes ( roles , 'administrator' ) ) {
86
+ if ( ! _ . includes ( roles , 'administrator' ) ) {
87
87
filteredChallenges = sortedChallenges . filter ( ( ch ) => {
88
88
if ( ch . type === 'Task'
89
89
&& ch . task
@@ -95,7 +95,6 @@ export default function Bucket({
95
95
return ch ;
96
96
} ) ;
97
97
}
98
-
99
98
// sortedChallenges.sort(Sort[activeSort].func);
100
99
101
100
// const bucketQuery = qs.stringify({
@@ -282,6 +281,7 @@ Bucket.defaultProps = {
282
281
openChallengesInNewTabs : false ,
283
282
sort : null ,
284
283
userId : '' ,
284
+ auth : { } ,
285
285
expandedTags : [ ] ,
286
286
expandTag : null ,
287
287
activeBucket : '' ,
You can’t perform that action at this time.
0 commit comments