fix(@desktop/communities): pending membership counter

This commit is contained in:
Andrei Smirnov 2021-07-22 19:11:25 +03:00 committed by Iuri Matias
parent 0675f013af
commit b1be4d643b
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ QtObject:
self.categories.setCategories(communityItem.categories)
self.members.setMembers(communityItem.members)
self.nbMembersChanged()
if communityItem.membershipRequests.len > 0:
self.communityMembershipRequestList.setNewData(communityItem.membershipRequests)
self.communityMembershipRequestList.setNewData(communityItem.membershipRequests)
proc activeChanged*(self: CommunityItemView) {.signal.}