diff --git a/src/components/chat/ChatErrorBox.tsx b/src/components/chat/ChatErrorBox.tsx index 891b102..0a65921 100644 --- a/src/components/chat/ChatErrorBox.tsx +++ b/src/components/chat/ChatErrorBox.tsx @@ -99,7 +99,7 @@ export function ChatErrorBox({ {error}
- {!isDyadProEnabled && ( + {!isDyadProEnabled && !error.includes("TypeError: terminated") && ( )} - Read docs