pin only top level
This commit is contained in:
parent
91d034954e
commit
14e1b6c1f7
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ function Comment(props: Props) {
|
|||
{__('Block Channel')}
|
||||
</MenuItem>
|
||||
)}
|
||||
{commentIdentityChannel === contentChannel && (
|
||||
{commentIdentityChannel === contentChannel && isTopLevel && (
|
||||
<MenuItem
|
||||
className="comment__menu-option menu__link"
|
||||
onSelect={
|
||||
|
|
Loading…
Add table
Reference in a new issue