From 9d00e82de5dce543b346969a084cfcff7175276b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Mon, 8 Apr 2024 13:27:19 +0200 Subject: [PATCH] chore(CommunityColumnView): fix typo --- ui/app/AppLayouts/Communities/views/CommunityColumnView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Communities/views/CommunityColumnView.qml b/ui/app/AppLayouts/Communities/views/CommunityColumnView.qml index 1745ac7784..9feff7de0a 100644 --- a/ui/app/AppLayouts/Communities/views/CommunityColumnView.qml +++ b/ui/app/AppLayouts/Communities/views/CommunityColumnView.qml @@ -300,7 +300,7 @@ Item { chatListPopupMenu: ChatContextMenuView { id: chatContextMenuView - showDebugOptions: root.store.isDebugEnabledfir + showDebugOptions: root.store.isDebugEnabled // TODO pass the chatModel in its entirety instead of fetching the JSOn using just the id openHandler: function (id) {