fix: add autoresize plugin in TinyMCE editor (#333)
* fix: add autoresize plugin in tinymce editor * fix: update author label link check for annoymous
This commit is contained in:
@@ -40,7 +40,7 @@ function AuthorLabel({
|
||||
const className = classNames('d-flex align-items-center', labelColor);
|
||||
|
||||
const showUserNameAsLink = useShowLearnersTab()
|
||||
&& linkToProfile && author && author !== 'anonymous';
|
||||
&& linkToProfile && author && author !== intl.formatMessage(messages.anonymous);
|
||||
|
||||
const labelContents = (
|
||||
<div className={className}>
|
||||
|
||||
Reference in New Issue
Block a user