diff --git a/src/components/views/room_settings/RoomProfileSettings.js b/src/components/views/room_settings/RoomProfileSettings.js index 9d96e6da35..6904351cad 100644 --- a/src/components/views/room_settings/RoomProfileSettings.js +++ b/src/components/views/room_settings/RoomProfileSettings.js @@ -62,7 +62,6 @@ export default class RoomProfileSettings extends React.Component { } _uploadAvatar = () => { - if (!this.state.canSetAvatar) return; this._avatarUpload.current.click(); };