mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
feat(MintToken): Disabled token holders panel until backend ready
Disabled token holders panel until backend ready - Milestone 12
This commit is contained in:
parent
87f86855eb
commit
66c32395fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user