fix(wallet): Fix missing 'Community minted' section in AssetsView regression
This commit is contained in:
parent
3425102990
commit
eac2f498de
|
@ -233,6 +233,7 @@ ColumnLayout {
|
|||
id: sectionDelegate
|
||||
AssetsSectionDelegate {
|
||||
width: parent.width
|
||||
text: qsTr("Community minted")
|
||||
onOpenInfoPopup: Global.openPopup(communityInfoPopupCmp)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue