web: People: Hide PlusIcon

This commit is contained in:
Alexey Safronov 2019-10-01 14:28:20 +03:00
parent 1849e3fa78
commit 534cd98d24

View File

@ -225,14 +225,7 @@ const SectionHeaderContent = props => {
) : (
<>
<Text.ContentHeader>Departments</Text.ContentHeader>
{isAdmin && (
<IconButton
className="add-group-button"
size="small"
iconName="PlusIcon"
onClick={onAddDepartmentsClick}
/>
)}
</>
)}
</div>