We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59b49c commit 7de2dafCopy full SHA for 7de2daf
src/actions/challenges.js
@@ -151,7 +151,7 @@ export function loadChallengesByPage (
151
} else if (_.isObject(projectId) && projectId.value > 0) {
152
filters['projectId'] = projectId.value
153
} else if (userId) {
154
- // Note that we only add the memberId field if *no* project ID is given,
+ // Note that we only add the memberId field if *no* project ID is given,
155
// so that the list of *all challenges shows only those that the member is on
156
filters['memberId'] = userId
157
}
0 commit comments