diff --git a/app/components/post_header/post_header.js b/app/components/post_header/post_header.js index 591aecebc..fdfa461de 100644 --- a/app/components/post_header/post_header.js +++ b/app/components/post_header/post_header.js @@ -205,7 +205,7 @@ export default class PostHeader extends PureComponent { }; renderTag = () => { - const {fromAutoResponder, fromWebHook, isBot, isGuest, theme} = this.props; + const {fromAutoResponder, fromWebHook, isBot, isSystemMessage, isGuest, theme} = this.props; const style = getStyleSheet(theme); if (fromWebHook || isBot) { @@ -215,6 +215,8 @@ export default class PostHeader extends PureComponent { theme={theme} /> ); + } else if (isSystemMessage) { + return null; } else if (isGuest) { return (