From 73f8377d681f0c52faf3ce8f4ba9745616b02605 Mon Sep 17 00:00:00 2001
From: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
Date: Sat, 13 Feb 2021 05:05:07 +0000
Subject: [PATCH] fix(client): add key to Fragment in SuperBlockIntro (#41091)
---
client/src/templates/Introduction/SuperBlockIntro.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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 {