forked from abner/for-legacy-web
fix: type errors with markdown content
This commit is contained in:
@@ -159,7 +159,8 @@ const Message = observer(
|
||||
/>
|
||||
</span>
|
||||
)}
|
||||
{replacement ?? <Markdown content={content} />}
|
||||
{replacement ??
|
||||
(content && <Markdown content={content} />)}
|
||||
{!queued && <InviteList message={message} />}
|
||||
{queued?.error && (
|
||||
<Category>
|
||||
|
||||
Reference in New Issue
Block a user