mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* Added cancel button in the delete category modal * fix lint error * fix eslint issues * Line break Added in system messages-ChannelHeader * fix-lint * Update _post.scss * Update _markdown.scss * Update system_message_helpers.tsx * remove_extra_spaces --------- Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
@@ -189,7 +189,6 @@ function renderHeaderChangeMessage(post: Post): ReactNode {
|
||||
}
|
||||
|
||||
const headerOptions = {
|
||||
singleline: true,
|
||||
channelNamesMap: post.props && post.props.channel_mentions,
|
||||
mentionHighlight: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user