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) {