From 76083252c45c85d06b536eb7f3e9d734b8886eae Mon Sep 17 00:00:00 2001
From: apple502j <33279053+apple502j@users.noreply.github.com>
Date: Thu, 2 Aug 2018 09:45:48 +0900
Subject: [PATCH] Lint

---
 src/components/preview-modal/preview-modal.jsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/preview-modal/preview-modal.jsx b/src/components/preview-modal/preview-modal.jsx
index 7eff06447..08c6be77b 100644
--- a/src/components/preview-modal/preview-modal.jsx
+++ b/src/components/preview-modal/preview-modal.jsx
@@ -95,9 +95,9 @@ const PreviewModal = ({intl, ...props}) => (
                     onClick={props.onViewProject}
                 >
                     <FormattedMessage
-                        defaultMessage='View 2.0 Project'
-                        description='Label for button to import a 2.0 project'
-                        id='gui.previewModal.viewproject'
+                        defaultMessage="View 2.0 Project"
+                        description="Label for button to import a 2.0 project"
+                        id="gui.previewModal.viewproject"
                     />
                 </button>
             </Box>
-- 
GitLab