diff --git a/client/src/templates/Introduction/SuperBlockIntro.js b/client/src/templates/Introduction/SuperBlockIntro.js index 8ef017faeb..ad2dbd10b4 100644 --- a/client/src/templates/Introduction/SuperBlockIntro.js +++ b/client/src/templates/Introduction/SuperBlockIntro.js @@ -1,4 +1,4 @@ -import React, { Component } from 'react'; +import React, { Component, Fragment } from 'react'; import PropTypes from 'prop-types'; import Helmet from 'react-helmet'; import { graphql } from 'gatsby'; @@ -165,7 +165,7 @@ export class SuperBlockIntroductionPage extends Component {
{blockDashedNames.map(blockDashedName => ( - <> + {blockDashedName !== 'project-euler' ? : null} - + ))} {superBlock !== 'Coding Interview Prep' && (