fix(TokenUI): Hide explicitly ManageTokensCommunityTag in community settings page according to collectibles cells sizing (#14500)
This commit is contained in:
parent
8049eaa014
commit
05000c5743
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue