[FIX] Markdown not rendering mentions and channels (#1128)

This commit is contained in:
Diego Mello 2019-08-12 15:26:02 -03:00 committed by GitHub
parent 1a6011e9d1
commit 6586651610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ const Markdown = React.memo(({
>{m}
</MarkdownRenderer>
);
}, (prevProps, nextProps) => prevProps.msg === nextProps.msg);
});
Markdown.propTypes = {
msg: PropTypes.string,