diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx
index 5f4e6c672d41a38cb0573a79ce4e88e3ee22c94b..19817d7d23bc41502bf60ad53125bd9721f123ad 100644
--- a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx
+++ b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx
@@ -57,7 +57,7 @@ const HistoricalMessage = ({
           <div className="flex gap-x-5">
             <div className="relative w-[35px] h-[35px] rounded-full flex-shrink-0 overflow-hidden" />
             <Actions
-              message={DOMPurify.sanitize(message)}
+              message={message}
               feedbackScore={feedbackScore}
               chatId={chatId}
               slug={workspace?.slug}