fix(chat): fixed missing pendingRequestsToJoin

This commit is contained in:
Alexandra Betouni 2022-06-24 14:22:04 +03:00 committed by Alexandra Betouni
parent 84abcff65e
commit 5ca9c9fadf
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ StatusAppTwoPanelLayout {
MembershipRequestsPopup { MembershipRequestsPopup {
anchors.centerIn: parent anchors.centerIn: parent
store: root.rootStore store: root.rootStore
pendingRequestsToJoin: root.community.pendingRequestsToJoin
onClosed: { onClosed: {
destroy() destroy()
} }