From 889447f4db65446078a792b27ece0b86adc31021 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 7 Jan 2018 17:06:51 +0800 Subject: [PATCH] Fix code style --- src/components/Login/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Login/index.js b/src/components/Login/index.js index 37ece364..0f304c5b 100644 --- a/src/components/Login/index.js +++ b/src/components/Login/index.js @@ -100,11 +100,11 @@ class Login extends Component { activeKey={type} onChange={this.onSwitch} > - { TabChildren } + {TabChildren} - { otherChildren } + {otherChildren} - ) : children + ) : children } -- GitLab