diff --git a/.gitignore b/.gitignore index 72e4be7..d31306a 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ dist-ssr coverage/ .sonar/ *.tsbuildinfo +jwt_private_key.pem diff --git a/src/components/screens-component/chat-screen/components/bubbles/card-bubble.tsx b/src/components/screens-component/chat-screen/components/bubbles/card-bubble.tsx index a0b0770..e392757 100644 --- a/src/components/screens-component/chat-screen/components/bubbles/card-bubble.tsx +++ b/src/components/screens-component/chat-screen/components/bubbles/card-bubble.tsx @@ -94,21 +94,41 @@ export function CardBubble({ message }: { readonly message: CardMessage }) { p: ({ node, ...props }) => (

), - + ol: ({ node, ...props }) => (

    ), ul: ({ node, ...props }) => (