We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1dc83 commit 75d92bcCopy full SHA for 75d92bc
src/components/ConversationCard/index.jsx
@@ -279,7 +279,7 @@ function ConversationCard(props) {
279
</select>
280
</span>
281
<span className="gpt-util-group" style={{ flexGrow: 1, justifyContent: 'flex-end' }}>
282
- {session && session.conversationId && (
+ {!config.disableWebModeHistory && session && session.conversationId && (
283
<a
284
title={t('Continue on official website')}
285
href={'https://chat.openai.com/chat/' + session.conversationId}
0 commit comments