Skip to content

Commit

Permalink
fix: use destroy instead of close
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos authored and iurimatias committed Jan 20, 2021
1 parent ed7ba12 commit ea89ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/status/StatusStickerMarket.qml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Item {
id: stickerPackPurchaseModal
StatusStickerPackPurchaseModal {
onClosed: {
stickerPackPurchaseModal.closed()
destroy()
}
stickerPackId: packId
packPrice: price
Expand Down

0 comments on commit ea89ebd

Please sign in to comment.