Csy817 7 năm trước cách đây
mục cha
commit
99061735e4

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

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