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 d294d4a commit 8e132d7Copy full SHA for 8e132d7
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