diff --git a/src/frontend/src/modals/IOModal/components/chatView/newChatView.tsx b/src/frontend/src/modals/IOModal/components/chatView/newChatView.tsx index 85bfe0b95..fdcefd209 100644 --- a/src/frontend/src/modals/IOModal/components/chatView/newChatView.tsx +++ b/src/frontend/src/modals/IOModal/components/chatView/newChatView.tsx @@ -135,7 +135,7 @@ export default function ChatView({ onDrop={onDrop} >
- {chatHistory?.length > 0 ? ( + {lockChat || chatHistory?.length > 0 ? ( chatHistory.map((chat, index) => ( {lockChat && - chatHistory.length > 0 && !(chatHistory[chatHistory.length - 1]?.category === "error") && flowRunningSkeletonMemo}