fix(@desktop/permissions): Fix filling collectibles and assets model in permissions
Fix #12885
This commit is contained in:
parent
ab7085a184
commit
320a3a3e3d
|
@ -561,7 +561,7 @@ proc buildTokensAndCollectiblesFromCommunities(self: Module, communityTokens: se
|
|||
|
||||
let communities = self.controller.getAllCommunities()
|
||||
for community in communities:
|
||||
if not community.isOwner or not community.isTokenMaster:
|
||||
if not community.isOwner and not community.isTokenMaster:
|
||||
# No need to include those tokens, we do not manage that community
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in New Issue