diff --git a/frontend/src/components/ui/ChatBubble.tsx b/frontend/src/components/ui/ChatBubble.tsx index c1d606c..34227ce 100644 --- a/frontend/src/components/ui/ChatBubble.tsx +++ b/frontend/src/components/ui/ChatBubble.tsx @@ -132,19 +132,6 @@ const ChatBubble: React.FC = ({ return (
- {/* Add to draft button for chat */} - {sender == "bot" && onAddToDraft && ( -
- - - -
- )} - {references && references.length > 0 ? ( = ({ {markify_text(message)} )} -
- {timestamp.toLocaleTimeString()} -
+ {/* Add to draft button for chat */} + {sender == "bot" && onAddToDraft ? ( +
+
+ {timestamp.toLocaleTimeString()} +
+ + + +
+ ) : ( +
+ {timestamp.toLocaleTimeString()} +
+ )}
{references && references.length > 0 && (