mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-24 16:46:05 +08:00
fix: remove code block external slashs
This commit is contained in:
@ -101,7 +101,7 @@ const MessageView = (props: Props) => {
|
||||
);
|
||||
},
|
||||
code({ children }) {
|
||||
return <code className="px-0">`{children}`</code>;
|
||||
return <code className="px-0">{children}</code>;
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user