[FIX] Markdown not rendering mentions and channels (#1128)
This commit is contained in:
parent
1a6011e9d1
commit
6586651610
|
@ -148,7 +148,7 @@ const Markdown = React.memo(({
|
|||
>{m}
|
||||
</MarkdownRenderer>
|
||||
);
|
||||
}, (prevProps, nextProps) => prevProps.msg === nextProps.msg);
|
||||
});
|
||||
|
||||
Markdown.propTypes = {
|
||||
msg: PropTypes.string,
|
||||
|
|
Loading…
Reference in New Issue