web: People: Fixed edit button scale property for profile viewer.

This commit is contained in:
Ilya Oleshko 2019-09-17 09:41:58 +03:00
parent 6bb228ef27
commit e62511f472

View File

@ -16,11 +16,7 @@ import {
} from "asc-web-components";
import { connect } from "react-redux";
import styled from 'styled-components';
import {
toEmployeeWrapper,
getUserRole,
getUserContacts
} from "../../../../../store/people/selectors";
import { getUserRole, getUserContacts } from "../../../../../store/people/selectors";
import { isAdmin, isMe } from "../../../../../store/auth/selectors";
const ProfileWrapper = styled.div`
@ -448,6 +444,7 @@ const SectionBodyContent = props => {
<EditButtonWrapper>
<Button
size="big"
scale={true}
label={t("EditUserDialogTitle")}
onClick={onEditProfileClick}
/>