Update ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml

Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
RichΛrd 2021-05-18 08:53:00 -04:00 committed by Iuri Matias
parent bd6e9e3007
commit e64fe104fd
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Item {
property string profileImage: realChatType === Constants.chatTypeOneToOne ? appMain.getProfileImage(chatId) || "" : ""
// Hide the box if it is filtered out
property bool isVisible: categoryId == filterCategory && (searchStr === "" || name.includes(searchStr))
property bool isVisible: categoryId === filterCategory && (searchStr === "" || name.includes(searchStr))
id: wrapper
anchors.right: parent.right