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 (
     <div className={styles["prompt-toast"]} key="prompt-toast">
-      {props.showToast && (
+      {props.showToast && context.length > 0 && (
         <div
           className={styles["prompt-toast-inner"] + " clickable"}
           role="button"