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}
                   activeKey={type}
                   onChange={this.onSwitch}
                   onChange={this.onSwitch}
                 >
                 >
-                  { TabChildren }
+                  {TabChildren}
                 </Tabs>
                 </Tabs>
-                { otherChildren }
+                {otherChildren}
               </div>
               </div>
-              ) : children
+            ) : children
           }
           }
         </Form>
         </Form>
       </div>
       </div>