fix(@desktop/community): Fix owner token cion display

Fix #12886
This commit is contained in:
Michal Iskierko 2023-11-28 18:07:17 +01:00 committed by Michał Iskierko
parent f98d1acf08
commit c96ac76103
2 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,7 @@ StackView {
isOwner: root.isOwner
isAdmin: root.isAdmin
communityName: root.communityName
communityId: root.communityId
anyPrivilegedTokenFailed: root.anyPrivilegedTokenFailed
onItemClicked: root.push(tokenViewComponent, { tokenKey }, StackView.Immediate)

View File

@ -26,6 +26,7 @@ StatusScrollView {
property int viewWidth: 560 // by design
property var model
property string communityName
property string communityId
property bool anyPrivilegedTokenFailed: false
readonly property int count: assetsModel.count + collectiblesModel.count
@ -247,6 +248,7 @@ StatusScrollView {
navigationIconVisible: false
privilegesLevel: model.privilegesLevel
ornamentColor: model.color
communityId: root.communityId
onClicked: root.itemClicked(model.contractUniqueKey,
model.chainId, model.chainName,