scroll fix

This commit is contained in:
Steve Androulakis
2025-01-04 15:43:38 -08:00
parent 624b38855c
commit 971a2c0c8b
2 changed files with 11 additions and 2 deletions

View File

@@ -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;