mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 06:28:08 +01:00
scroll fix
This commit is contained in:
@@ -13,6 +13,7 @@ function safeParse(str) {
|
||||
}
|
||||
|
||||
export default function ChatWindow({ conversation, loading, onConfirm }) {
|
||||
|
||||
if (!Array.isArray(conversation)) {
|
||||
console.error("ChatWindow expected conversation to be an array, got:", conversation);
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user