diff --git a/products/ASC.People/Client/src/components/pages/Home/Section/Body/index.js b/products/ASC.People/Client/src/components/pages/Home/Section/Body/index.js index db639d861c..c6441c5995 100644 --- a/products/ASC.People/Client/src/components/pages/Home/Section/Body/index.js +++ b/products/ASC.People/Client/src/components/pages/Home/Section/Body/index.js @@ -358,7 +358,9 @@ class SectionBodyContent extends React.PureComponent { onClick: this.onChangeEmailClick.bind(this, user.email) }, isSelf - ? { + ? viewer.isOwner + ? {} + : { key: "delete-profile", label: t("DeleteSelfProfile"), onClick: this.onDeleteSelfProfileClick.bind(this, user.email)