refactor: only use dasherized superBlock (#41067)

This commit is contained in:
Oliver Eyton-Williams
2021-02-13 06:06:04 +01:00
committed by GitHub
parent 73f8377d68
commit 97fcaa693f
22 changed files with 68 additions and 87 deletions

View File

@ -106,7 +106,7 @@ exports.createSuperBlockIntroPages = createPage => edge => {
path: slug,
component: superBlockIntro,
context: {
superBlock: superBlock,
superBlock,
slug
}
});