diff --git a/web/app/components/base/chat/chat-with-history/chat-wrapper.tsx b/web/app/components/base/chat/chat-with-history/chat-wrapper.tsx
index ea68953fff..e632b14969 100644
--- a/web/app/components/base/chat/chat-with-history/chat-wrapper.tsx
+++ b/web/app/components/base/chat/chat-with-history/chat-wrapper.tsx
@@ -15,6 +15,7 @@ import {
getUrl,
stopChatMessageResponding,
} from '@/service/share'
+import AnswerIcon from '@/app/components/base/answer-icon'
const ChatWrapper = () => {
const {
@@ -87,7 +88,6 @@ const ChatWrapper = () => {
)
}, [
chatListRef,
- appConfig,
currentConversationId,
currentConversationItem,
handleSend,
@@ -150,6 +150,15 @@ const ChatWrapper = () => {
isMobile,
])
+ const answerIcon = (appData?.site && appData.site.use_icon_as_answer_icon)
+ ?