diff --git a/src/components/left/main/Chat.tsx b/src/components/left/main/Chat.tsx index 6de75589a..8101a1866 100644 --- a/src/components/left/main/Chat.tsx +++ b/src/components/left/main/Chat.tsx @@ -379,7 +379,7 @@ export default memo(withGlobal( animationLevel: global.settings.byKey.animationLevel, isSelected, canScrollDown: isSelected && messageListType === 'thread', - canChangeFolder: Boolean(global.chatFolders.orderedIds), + canChangeFolder: Boolean(global.chatFolders.orderedIds?.length), lastSyncTime: global.lastSyncTime, ...(isOutgoing && { lastMessageOutgoingStatus: selectOutgoingStatus(global, chat.lastMessage) }), ...(privateChatUserId && {