chore(CommunityColumnView): fix typo

This commit is contained in:
Lukáš Tinkl 2024-04-08 13:27:19 +02:00 committed by Lukáš Tinkl
parent 721eabeab1
commit 50c2d33f64
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,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) {