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