From 764f04115850a53a05750bf699a5ec79b1670268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=CE=9Brd?= Date: Tue, 18 May 2021 14:25:08 -0400 Subject: [PATCH] Update ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml Co-authored-by: Jonathan Rainville --- .../AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml index e69b22cad8..62ad80a713 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CreateCategoryPopup.qml @@ -117,7 +117,7 @@ ModalPopup { channelId: model.id categoryId: model.categoryId checked: popup.isEdit ? channels.indexOf(model.id) > - 1 : false - visible: popup.isEdit ? model.categoryId == popup.categoryId || model.categoryId == "" : model.categoryId == "" + visible: popup.isEdit ? model.categoryId === popup.categoryId || model.categoryId === "" : model.categoryId === "" onItemChecked: function(channelId, itemChecked){ var idx = channels.indexOf(channelId) if(itemChecked){