diff --git a/src/components/ConversationCard/index.jsx b/src/components/ConversationCard/index.jsx index 8cf8f10..fec457c 100644 --- a/src/components/ConversationCard/index.jsx +++ b/src/components/ConversationCard/index.jsx @@ -279,7 +279,7 @@ function ConversationCard(props) { - {session && session.conversationId && ( + {!config.disableWebModeHistory && session && session.conversationId && (