From 1c5ea63410b3964b4551be4f43a780be8749ecb4 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 18 Dec 2019 11:13:56 -0800 Subject: [PATCH] Shortcuts screen: Show sticker picker cmd when stickers installed --- ts/state/smart/ShortcutGuideModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/state/smart/ShortcutGuideModal.tsx b/ts/state/smart/ShortcutGuideModal.tsx index 18f1869fae..734e87c622 100644 --- a/ts/state/smart/ShortcutGuideModal.tsx +++ b/ts/state/smart/ShortcutGuideModal.tsx @@ -30,7 +30,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => { blessedPacks, installedPacks, receivedPacks, - }) === 0; + }) > 0; const platform = getPlatform(state);