fix(wallet): Fix missing 'Community minted' section in AssetsView regression

This commit is contained in:
Ivan Belyakov 2024-02-27 12:06:31 +01:00 committed by IvanBelyakoff
parent 3425102990
commit eac2f498de
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ ColumnLayout {
id: sectionDelegate
AssetsSectionDelegate {
width: parent.width
text: qsTr("Community minted")
onOpenInfoPopup: Global.openPopup(communityInfoPopupCmp)
}
}