Why does it say 66 steps when there are only 32 steps available right now?
ILM
June 1, 2025, 9:17am
2
Maybe it’s counting stuff that is in the Coming Soon sections
Thank you for helping make FCC better. Bugs can be reported as GitHub Issues . Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.
Hi @jaisanghvi
Thank you for reporting this issue.
Here is the PR fix for this
main
← moT01:fix/hide-upcoming-blocks
opened 01:12PM - 03 Jun 25 UTC
Fix for https://forum.freecodecamp.org/t/inconsistent-steps-being-shown/749284
…
Some blocks had the `isUpcomingChange` set to `false` - meaning the challenges are being built - but the chapter or module is set to `comingSoon` - so they aren't visible or accessible through the UI. This sets them to `isUpcomingChange = true` so they don't get built, and adds a test to check that none of the blocks have `isUpcomingChange = false` and their module or chapter set as `comingSoon`
Checklist:
- [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org).
- [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/how-to-open-a-pull-request/).
- [x] My pull request targets the `main` branch of freeCodeCamp.
- [x] I have tested these changes either locally on my machine, or Gitpod.
Closes #XXXXX
1 Like