Shortcuts screen: Show sticker picker cmd when stickers installed

This commit is contained in:
Scott Nonnenberg 2019-12-18 11:13:56 -08:00 committed by Ken Powers
parent 363a7dd179
commit 1c5ea63410

View file

@ -30,7 +30,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
blessedPacks, blessedPacks,
installedPacks, installedPacks,
receivedPacks, receivedPacks,
}) === 0; }) > 0;
const platform = getPlatform(state); const platform = getPlatform(state);