mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
8d322092cf
fixes the currently selected sticker pack not being highlighted in the popup footer The strict equality operator would no longer yield true here: ``` property int selectedPackId ... selected: stickerPackListView.selectedPackId === packId ```