afc163 пре 8 година
родитељ
комит
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>