diff --git a/ts/state/smart/ShortcutGuideModal.tsx b/ts/state/smart/ShortcutGuideModal.tsx index 18f1869faef..734e87c6220 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);