fix(storybook): Removed property no longer used
`holdersModel` property no longer used in `CommunityCollectibleView`.
This commit is contained in:
parent
3a030102fe
commit
e1d05eaafc
|
@ -24,7 +24,6 @@ SplitView {
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 50
|
anchors.margins: 50
|
||||||
holdersModel: TokenHoldersModel {}
|
|
||||||
artworkSource: ModelsData.icons.superRare
|
artworkSource: ModelsData.icons.superRare
|
||||||
preview: previewBox.checked
|
preview: previewBox.checked
|
||||||
deployState: mintingStateBox.checked ? 1 : 0
|
deployState: mintingStateBox.checked ? 1 : 0
|
||||||
|
|
Loading…
Reference in New Issue