Parcourir la source

Fix code style

afc163 il y a 8 ans
Parent
commit
889447f4db
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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>