diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6900d89..668a45f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,10 +8,11 @@ and this project adheres to
## [Unreleased]
-- ✅(front) add enabled/disabled conversation analysis
+- ✨(ui) delete flex message
### Changed
+- ✅(front) add enabled/disabled conversation analysis
- 🎨(front) amelioration chat ux
- 🎨(front) global layout modification
- ✨(front) global layout UI
diff --git a/src/frontend/apps/conversations/src/features/chat/components/Chat.tsx b/src/frontend/apps/conversations/src/features/chat/components/Chat.tsx
index 19452a4..d404f23 100644
--- a/src/frontend/apps/conversations/src/features/chat/components/Chat.tsx
+++ b/src/frontend/apps/conversations/src/features/chat/components/Chat.tsx
@@ -501,7 +501,9 @@ export const Chat = ({
components={{
// Custom components for Markdown rendering
// eslint-disable-next-line @typescript-eslint/no-unused-vars
- p: ({ node, ...props }) => ,
+ p: ({ node, ...props }) => (
+
+ ),
}}
>
{message.content}