Merge pull request #50 from Bouncey/fix/mapModal

Fix: map modal
This commit is contained in:
Stuart Taylor
2018-05-18 16:46:40 +01:00
committed by Mrugesh Mohapatra
parent f962d7774a
commit 54a9f70574
5 changed files with 26 additions and 7 deletions

View File

@@ -12,9 +12,7 @@ const propTypes = {
})
};
function SuperBlockIntroductionPage(
{ data: { markdownRemark } }
) {
function SuperBlockIntroductionPage({ data: { markdownRemark } }) {
const { html, frontmatter: { superBlock } } = markdownRemark;
return (
<Fragment>