Commit 889447f4 authored by afc163's avatar afc163

Fix code style

parent 4778d953
...@@ -100,11 +100,11 @@ class Login extends Component { ...@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment