Skip to content

Commit 7cca047

Browse files
committed
ci: fixed missing files from the cherry pick
1 parent 8b4f13d commit 7cca047

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/server/tc-communities/tco20/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"challengeFilter": {
3-
"tags": ["TCO", "TCO20"]
3+
"events": ["tco20"]
44
},
55
"communityId": "tco20",
66
"communityName": "TCO20",

src/server/tc-communities/tco21/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"challengeFilter": {
3-
"tags": ["TCO", "TCO21"]
3+
"events": ["tco21"]
44
},
55
"communityId": "tco21",
66
"communityName": "TCO21",

src/shared/containers/challenge-listing/Listing/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class ListingContainer extends React.Component {
136136
if (communityFilter) communityFilter = communityFilter.challengeFilter;
137137
if (communityFilter) filter = combine(filter, communityFilter);
138138
if (communityId && !_.isEmpty(groupIds)) {
139-
filter.groups = groupIds;
139+
filter.groupIds = groupIds;
140140
}
141141
return {
142142
back: mapToBackend(filter),

0 commit comments

Comments
 (0)