From 551c5475d514359fd6f10136bf354770602ea4dc Mon Sep 17 00:00:00 2001
From: apple502j <33279053+apple502j@users.noreply.github.com>
Date: Thu, 2 Aug 2018 09:47:22 +0900
Subject: [PATCH] Lint

---
 src/components/import-modal/import-modal.jsx | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/components/import-modal/import-modal.jsx b/src/components/import-modal/import-modal.jsx
index eb01fe69b..992b801e7 100644
--- a/src/components/import-modal/import-modal.jsx
+++ b/src/components/import-modal/import-modal.jsx
@@ -51,7 +51,7 @@ const ImportModal = ({intl, ...props}) => (
                     )}
                 >
                     <CloseButton
-                        buttonType='back'
+                        buttonType="back"
                         size={CloseButton.SIZE_LARGE}
                         onClick={props.onGoBack}
                     />
@@ -98,9 +98,9 @@ const ImportModal = ({intl, ...props}) => (
                     onClick={props.onViewProject}
                 >
                     <FormattedMessage
-                        defaultMessage='View'
-                        description='Label for button to load a scratch 2.0 project'
-                        id='gui.importModal.viewproject'
+                        defaultMessage="View"
+                        description="Label for button to load a scratch 2.0 project"
+                        id="gui.importModal.viewproject"
                     />
                 </button>
             </Box>
@@ -118,17 +118,17 @@ const ImportModal = ({intl, ...props}) => (
                     onClick={props.onGoBack}
                 >
                     <FormattedMessage
-                        defaultMessage='Go Back'
-                        description='Label for button to back out of importing a project'
-                        id='gui.importInfo.goback'
+                        defaultMessage="Go Back"
+                        description="Label for button to back out of importing a project"
+                        id="gui.importInfo.goback"
                     />
                 </button>
             </Box>
             <Box className={styles.faqLinkText}>
                 <FormattedMessage
-                    defaultMessage='To learn more, go to the {previewFaqLink}.'
-                    description='Invitation to try 3.0 preview'
-                    id='gui.importInfo.previewfaq'
+                    defaultMessage="To learn more, go to the {previewFaqLink}."
+                    description="Invitation to try 3.0 preview"
+                    id="gui.importInfo.previewfaq"
                     values={{
                         previewFaqLink: (
                             <a
-- 
GitLab