Shortcuts screen: Show sticker picker cmd when stickers installed
This commit is contained in:
parent
363a7dd179
commit
1c5ea63410
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
|||
blessedPacks,
|
||||
installedPacks,
|
||||
receivedPacks,
|
||||
}) === 0;
|
||||
}) > 0;
|
||||
|
||||
const platform = getPlatform(state);
|
||||
|
||||
|
|
Loading…
Reference in a new issue