Fix: moderation notes: fix filter button wrongly displayed on notes without associated occupant.

Also fix typo.
This commit is contained in:
John Livingston
2025-05-21 16:25:11 +02:00
parent 562e6a16e2
commit 4bebc18c67
4 changed files with 5 additions and 4 deletions

View File

@ -14,7 +14,7 @@ export default class MUCNoteView extends CustomElement {
return {
model: { type: Object, attribute: true },
edit: { type: Boolean, attribute: false },
is_ocupant_filter: { type: Boolean, attribute: true }
is_occupant_filter: { type: Boolean, attribute: true }
}
}