2 changed files with 4 additions and 14 deletions
@ -1,11 +0,0 @@ |
|||||||
/* eslint-disable react/no-danger */ |
|
||||||
interface Props { |
|
||||||
body: string; |
|
||||||
} |
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
||||||
export default function ChatActionMessage(props: Props) { |
|
||||||
const { body } = props; |
|
||||||
|
|
||||||
return <div dangerouslySetInnerHTML={{ __html: body }} />; |
|
||||||
} |
|
||||||
Loading…
Reference in new issue