mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
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