fix: source certificates into Gatsby (#39648)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2020-09-24 12:34:35 +02:00
committed by GitHub
parent f132f5157c
commit 4b14f9297b
4 changed files with 23 additions and 9 deletions

View File

@ -69,7 +69,6 @@ File changed at ${filePath}, replacing challengeNode id ${challenge.id}
}
function createVisibleChallenge(challenge) {
if (challenge.superBlock.toLowerCase() === 'certificates') return;
createNode(createChallengeNode(challenge, reporter));
}