Browse Source

fix lint err

kaori-t 5 years ago
parent
commit
5c569dca6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/Admin/ImportData/GrowiArchiveSection.jsx

+ 1 - 1
src/client/js/components/Admin/ImportData/GrowiArchiveSection.jsx

@@ -82,7 +82,7 @@ class GrowiArchiveSection extends React.Component {
   handleVersion(err) {
     console.log(`isTheSameVersionA = ${this.state.isTheSameVersion}`);
 
-    if(err === 'versions-are-not-met'){
+    if (err === 'versions-are-not-met') {
       this.setState({
         isTheSameVersion: false
       });