diff --git a/src/module/Challenges.js b/src/module/Challenges.js index fec86b0..273f454 100644 --- a/src/module/Challenges.js +++ b/src/module/Challenges.js @@ -273,7 +273,7 @@ class Challenges extends Component { // Skip to next element if filter is on and not on element if (this.filter.category.length > 0 && !this.filter.category.includes(parentId.toString())) { if (this.filter.category.includes("seasonal-retired")) { - if (parentId !== 2022000 && parentId !== 2023000) { + if (parentId !== 2022000 && parentId !== 2023000 && parentId !== 2024100) { continue; } } else {