fix(@desktop/wallet): view in 'collectible' close modal

fixes #2644
This commit is contained in:
Anthony Laibe 2021-08-16 14:14:42 +02:00 committed by Iuri Matias
parent 1ec6583494
commit c5d841f68d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ ModalPopup {
anchors.top: parent.top
onClicked: {
appMain.openLink(popup.buttonLink)
popup.close()
}
}
}