fix: code review

This commit is contained in:
Richard Ramos 2021-04-21 11:06:45 -04:00 committed by Iuri Matias
parent 1914557e6b
commit a581facd88
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ ModalPopup {
error = chatsModel.communities.createCommunity(Utils.filterXSS(nameInput.text),
Utils.filterXSS(descriptionTextArea.text),
membershipRequirementSettingPopup.checkedMembership,
ensOnlySwitch.switchChecked,
false, // ensOnlySwitch.switchChecked, // TODO:
colorPicker.text,
addImageButton.selectedImage,
imageCropperModal.aX,