diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 6379eb0a..38d4053f 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -550,20 +550,16 @@ const ConversationBubble = forwardRef< )} {message && (
-
-
- -
-
-
-
- -
-
+ {type !== 'ERROR' && ( + <> +
+ +
+
+ +
+ + )} {type === 'ERROR' && (
{retryBtn}
@@ -573,10 +569,11 @@ const ConversationBubble = forwardRef< <>