diff --git a/www/src/views/starter/details.js b/www/src/views/starter/details.js index 79faee7d4463d..37e1c5debd1d3 100644 --- a/www/src/views/starter/details.js +++ b/www/src/views/starter/details.js @@ -57,7 +57,9 @@ const Details = ({ > {shownDeps && shownDeps.map(dep => - /^gatsby-/.test(dep) ? ( + // gatsby-cypress is a helper plugin and not shown inside our plugins section + // for that reason we are excluding it from our list of plugins + /^gatsby-/.test(dep) && dep !== `gatsby-cypress` ? (