Hide buttons only if perrmissions are missing

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2020-12-29 16:20:43 +01:00
parent 7912091bc5
commit 0083cf56bf
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -164,7 +164,7 @@ export default class RoomProfileSettings extends React.Component {
const AvatarSetting = sdk.getComponent('settings.AvatarSetting');
let profileSettingsButtons;
if (this.state.enableProfileSave) {
if (this.state.canSetTopic && this.state.canSetName) {
profileSettingsButtons = (
<div className="mx_ProfileSettings_buttons">
<AccessibleButton