afc163 8 лет назад
Родитель
Сommit
889447f4db
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/components/Login/index.js

+ 3 - 3
src/components/Login/index.js

@@ -100,11 +100,11 @@ class Login extends Component {
                   activeKey={type}
                   onChange={this.onSwitch}
                 >
-                  { TabChildren }
+                  {TabChildren}
                 </Tabs>
-                { otherChildren }
+                {otherChildren}
               </div>
-              ) : children
+            ) : children
           }
         </Form>
       </div>