We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f49a99 commit aa7aa1bCopy full SHA for aa7aa1b
src/services/Challenge/ChallengeGlobal/ChallengeGlobal.js
@@ -1,5 +1,5 @@
1
export const challengePassesGlobalFilter = function(filter, challenge) {
2
- if (filter.global) {
+ if (!filter.global) {
3
return challenge.isGlobal === false
4
}
5
0 commit comments