feat(MintToken): Disabled token holders panel until backend ready

Disabled token holders panel until backend ready - Milestone 12
This commit is contained in:
Noelia 2023-03-22 11:09:49 +01:00 committed by Noelia
parent 87f86855eb
commit 66c32395fd
1 changed files with 2 additions and 1 deletions

View File

@ -254,8 +254,9 @@ StatusScrollView {
}
}
// Disabled until backend is ready (milestone 12)
TokenHoldersPanel {
visible: !root.preview
visible: false//!root.preview
tokenName: root.name
model: root.holdersModel
Layout.topMargin: Style.current.padding