Merge branch 'hotfix/v0.0.3' of github.com:ONLYOFFICE/AppServer into hotfix/v0.0.3

This commit is contained in:
Artem Tarasov 2020-12-17 12:38:32 +03:00
commit 403070777b

View File

@ -424,7 +424,8 @@ class SectionBodyContent extends React.PureComponent {
}
: {};
const checkedProps = checked !== null ? { checked } : {};
const checkedProps =
checked !== null && isAdmin ? { checked } : {};
const element = (
<Avatar