+2
-1
@@ -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
|
||||
|
||||
@@ -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 }) => <Text {...props} />,
|
||||
p: ({ node, ...props }) => (
|
||||
<Text $css="display: block" {...props} />
|
||||
),
|
||||
}}
|
||||
>
|
||||
{message.content}
|
||||
|
||||
Reference in New Issue
Block a user