diff --git a/src/components/ConversationCard/index.jsx b/src/components/ConversationCard/index.jsx index 12622ee..15e7cc7 100644 --- a/src/components/ConversationCard/index.jsx +++ b/src/components/ConversationCard/index.jsx @@ -211,7 +211,7 @@ function ConversationCard(props) { className={props.draggable ? 'gpt-header draggable' : 'gpt-header'} style="padding:15px;user-select:none;" > - + {props.closeable ? ( )} - {!props.draggable && ( + + {session && session.conversationId && ( + + + + )} - )} - - {session && session.conversationId && ( - - - - )}