mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
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()
|
let communities = self.controller.getAllCommunities()
|
||||||
for community in communities:
|
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
|
# No need to include those tokens, we do not manage that community
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user