From 13fabaf6aa81f72c05e3649c249cee495af1a472 Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Tue, 10 Oct 2023 06:01:21 +0530 Subject: [PATCH] bugs fixed --- frontend/src/conversation/ConversationBubble.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 84d86ae..aba7c63 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -151,15 +151,15 @@ const ConversationBubble = forwardRef< )}
{copied ? ( - + ) : ( { handleCopyClick(message); }} @@ -167,14 +167,14 @@ const ConversationBubble = forwardRef< )}