Csy817 преди 7 години
родител
ревизия
99061735e4
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4 2
      src/components/common/generateJs/GenerateJs.jsx

+ 4 - 2
src/components/common/generateJs/GenerateJs.jsx

@@ -116,7 +116,8 @@ class GenerateJs extends Component {
                         </div>
                         <br/>
                         {this.state.show ?
-                            <GraphqlJs graphqlList={queryList}/> :
+                            <GraphqlJs graphqlList={queryList}/>
+                            :
                             <Loading/>
                         }
                     </TabPane>
@@ -127,7 +128,8 @@ class GenerateJs extends Component {
                         </div>
                         <br/>
                         {this.state.show ?
-                            <GraphqlJs graphqlList={mutationList}/> :
+                            <GraphqlJs graphqlList={mutationList}/>
+                            :
                             <Loading/>
                         }
                     </TabPane>