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