From 87bfe9ffbe5ec00b60cf104e7dc3460b534eb896 Mon Sep 17 00:00:00 2001 From: Andrey Savihin Date: Thu, 26 Dec 2019 15:26:07 +0300 Subject: [PATCH] ASC.People: GroupAction: indentation fixed --- .../pages/GroupAction/Section/Body/index.js | 51 ++++++++++--------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js b/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js index 7a13060545..3dc739f0d7 100644 --- a/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js +++ b/products/ASC.People/Client/src/components/pages/GroupAction/Section/Body/index.js @@ -45,10 +45,11 @@ const MainContainer = styled.div` .members_container { position: relative; max-width: 320px; + margin: 0; } .search_container { - margin-top: 16px; + margin-top: 32px; } .selected-members_container { @@ -337,30 +338,32 @@ class SectionBodyContent extends React.Component { /> {groupMembers && groupMembers.length > 0 && ( -
- -
+ <> +
+ +
+
+ {groupMembers.map(member => ( + + ))} +
+ )} -
- {groupMembers.map(member => ( - - ))} -
-
{error && {error}}
+ {error &&
{error}
}