Web: People: fixed styles

This commit is contained in:
Artem Tarasov 2020-09-22 15:18:36 +03:00
parent 16fbaa1ba6
commit 9a2f04008d
2 changed files with 3 additions and 5 deletions

View File

@ -73,10 +73,8 @@ class ArticleBodyContent extends React.Component {
changeTitleDocument(data = null) {
const {
organizationName,
groups,
selectedKeys,
currentModuleName
selectedKeys
} = this.props;
const currentGroup = getSelectedGroup(groups, data ? data[0] : selectedKeys[0]);

View File

@ -7,7 +7,7 @@ import { getUserStatus } from "../../../../../store/people/selectors";
const getFormatedGroups = (user, status, selectGroup) => {
let temp = [];
const groups = user.groups;
const linkColor = "#333";
const linkColor = "#A3A9AE";
if (!groups) temp.push({ key: 0, label: '' });
@ -77,7 +77,7 @@ const UserContent = ({ user, history, settings, selectGroup, widthProp, isMobile
);
const nameColor = "#333";
const sideInfoColor = "#333";
const sideInfoColor = "#A3A9AE";
return (
<RowContent