diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index df4f6950..4b0a5d46 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -294,19 +294,18 @@ export default function Conversation() { return (
{conversationId && queries.length > 0 && ( -
- {' '} -
+
+
{isMobile && queries.length > 0 && (
{isShareModalOpen && ( - { - setShareModalState(false); - }} - conversationId={conversationId} - /> +
+
+
+ { + setShareModalState(false); + }} + conversationId={conversationId} + /> +
+
)}
)}