diff --git a/app/components/chat.tsx b/app/components/chat.tsx index b9750f285..c282db216 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -177,7 +177,7 @@ function PromptToast(props: { return (
- {props.showToast && ( + {props.showToast && context.length > 0 && (