ui: hide kai chat msgs from self tracking
This commit is contained in:
parent
83ebd01526
commit
24a220bc51
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ export function ChatMsg({
|
|||
</div>
|
||||
)}
|
||||
<div className={'mt-1 flex flex-col'}>
|
||||
<div className="markdown-body" ref={bodyRef}>
|
||||
<div className="markdown-body" data-openreplay-obscured ref={bodyRef}>
|
||||
<Markdown remarkPlugins={[remarkGfm]}>{text}</Markdown>
|
||||
</div>
|
||||
{isUser ? (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue