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.
1 parent f93c14b commit 886c32eCopy full SHA for 886c32e
src/components/Message/Message.tsx
@@ -36,7 +36,7 @@ export default function Message(props: Props): JSX.Element | null {
36
</div>
37
)}
38
39
- {typeof body === 'string' ? <p>body</p> : body}
+ {typeof body === 'string' ? <p>{body}</p> : body}
40
41
{type === 'page' && pageButtons && pageButtons.length > 0 ? (
42
<div className='tw-message--actions-container'>
0 commit comments