Don't show "Moderator Tools" title if there's nothing underneath
This commit is contained in:
parent
277d78868d
commit
3f765e2d90
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ function CommentMenuList(props: Props) {
|
|||
</MenuItem>
|
||||
)}
|
||||
|
||||
{(activeChannelIsAdmin || activeChannelIsModerator) && (
|
||||
{!commentIsMine && (activeChannelIsAdmin || activeChannelIsModerator) && (
|
||||
<div className="comment__menu-title">{__('Moderator tools')}</div>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Reference in a new issue