diff --git a/src/components/common/CustomEmojiPicker.tsx b/src/components/common/CustomEmojiPicker.tsx index 07e606488..7739932d3 100644 --- a/src/components/common/CustomEmojiPicker.tsx +++ b/src/components/common/CustomEmojiPicker.tsx @@ -206,7 +206,7 @@ const CustomEmojiPicker: FC = ({ } } else if (isStatusPicker) { const defaultStatusIconsPack = stickerSetsById[defaultStatusIconsId!]; - if (defaultStatusIconsPack.stickers?.length) { + if (defaultStatusIconsPack?.stickers?.length) { const stickers = (defaultStatusIconsPack.stickers || []).concat(recentCustomEmojis || []); defaultSets.push({ ...defaultStatusIconsPack,