We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51d3447 + a0b3475 commit 32e3ea6Copy full SHA for 32e3ea6
src/compounds/Messages/MessageCardBody.jsx
@@ -12,7 +12,7 @@ const MessageCardBody = ({ message, isLatestMessage }) => {
12
<div>
13
<Card.Title>{name}</Card.Title>
14
<Card.Text>
15
- {body}
+ <span dangerouslySetInnerHTML={{ __html: body }} />
16
</Card.Text>
17
{(attachments.length > 0) && (attachments.map((attachment) => {
18
const { contentLength, filename, uuid, href } = attachment
0 commit comments