From 6fa13dd826273ceab69f4888854282858b47aefc Mon Sep 17 00:00:00 2001 From: Cayla Hamann Date: Thu, 9 Jul 2020 16:21:58 -0400 Subject: [PATCH] fix: removed unnecessary space --- gatsby-node.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gatsby-node.js b/gatsby-node.js index a046d1249..cf7e593c1 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -59,7 +59,6 @@ exports.createPages = async ({ actions, graphql, reporter }) => { exports.onCreateNode = ({ node, actions }) => { // if we don't have a relative path, attempt to get one - if (node.context && !node.context.fileRelativePath) { const { createPage } = actions; const { path, component } = node;