fix(TokenUI): Hide explicitly ManageTokensCommunityTag in community settings page according to collectibles cells sizing (#14500)

This commit is contained in:
Roman Chornii 2024-05-08 14:24:27 +03:00 committed by GitHub
parent 8049eaa014
commit 05000c5743
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ StatusScrollView {
navigationIconVisible: false
privilegesLevel: model.privilegesLevel
ornamentColor: model.color
communityId: root.communityId
communityId: ""
onClicked: root.itemClicked(model.contractUniqueKey,
model.chainId, model.chainName,
model.accountName, model.address)