From ef806d196203ba590a03e87709bd44e040f69bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Fri, 27 Jul 2018 22:30:04 +0800 Subject: [PATCH] style: change <> to React.Fragment --- src/components/Login/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Login/index.js b/src/components/Login/index.js index 8a4cf4b5..5ddb70c7 100644 --- a/src/components/Login/index.js +++ b/src/components/Login/index.js @@ -102,7 +102,7 @@ class Login extends Component {
{tabs.length ? ( - <> + {otherChildren} - + ) : ( [...children] )} -- GitLab