Status Picker: Fix error after buying premium (#3073)
This commit is contained in:
parent
0e86b25521
commit
bfa9758c9b
@ -206,7 +206,7 @@ const CustomEmojiPicker: FC<OwnProps & StateProps> = ({
|
||||
}
|
||||
} else if (isStatusPicker) {
|
||||
const defaultStatusIconsPack = stickerSetsById[defaultStatusIconsId!];
|
||||
if (defaultStatusIconsPack.stickers?.length) {
|
||||
if (defaultStatusIconsPack?.stickers?.length) {
|
||||
const stickers = (defaultStatusIconsPack.stickers || []).concat(recentCustomEmojis || []);
|
||||
defaultSets.push({
|
||||
...defaultStatusIconsPack,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user