Clear sticker introduction tooltip on button click

This commit is contained in:
Scott Nonnenberg 2019-05-29 12:23:14 -07:00
parent b221dcff5a
commit 1730ca1a02

View file

@ -53,6 +53,7 @@ export const StickerButton = React.memo(
() => {
// Clear tooltip state
clearInstalledStickerPack();
clearShowIntroduction();
// Handle button click
if (installedPacks.length === 0) {