Skip to content

Commit 75d92bc

Browse files
committed
chore
1 parent 6f1dc83 commit 75d92bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ConversationCard/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function ConversationCard(props) {
279279
</select>
280280
</span>
281281
<span className="gpt-util-group" style={{ flexGrow: 1, justifyContent: 'flex-end' }}>
282-
{session && session.conversationId && (
282+
{!config.disableWebModeHistory && session && session.conversationId && (
283283
<a
284284
title={t('Continue on official website')}
285285
href={'https://chat.openai.com/chat/' + session.conversationId}

0 commit comments

Comments
 (0)