mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: block creation and hot reloading (#66127)
This commit is contained in:
committed by
GitHub
parent
ba61d33698
commit
a6d1e545c0
@@ -135,9 +135,7 @@ exports.createChallengePages = function (
|
||||
};
|
||||
};
|
||||
|
||||
// TODO: figure out a cleaner way to get the last challenge in a block. Create
|
||||
// it during the curriculum build process and attach it to the first challenge?
|
||||
// That would remove the need to analyse allChallengeEdges.
|
||||
// TODO: figure out a cleaner way to get the last challenge in a block.
|
||||
function getProjectPreviewConfig(challenge, allChallengeNodes) {
|
||||
const { block } = challenge;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user