fix showcase for list items
This commit is contained in:
parent
3aa7c754aa
commit
d553c1170e
1 changed files with 45 additions and 39 deletions
|
@ -273,11 +273,15 @@ function ClaimMenuList(props: Props) {
|
|||
</div>
|
||||
</MenuItem>
|
||||
)}
|
||||
{!isChannelPage && (
|
||||
<hr className="menu__separator" />
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
|
||||
{(!claimIsMine || channelIsBlocked) && channelUri && !isMyCollection ? !incognito && (
|
||||
{!isMyCollection && (
|
||||
<>
|
||||
{(!claimIsMine || channelIsBlocked) && channelUri ? !incognito && (
|
||||
<>
|
||||
<MenuItem className="comment__menu-option" onSelect={handleToggleBlock}>
|
||||
<div className="menu__link">
|
||||
|
@ -315,6 +319,8 @@ function ClaimMenuList(props: Props) {
|
|||
</>
|
||||
)}
|
||||
<hr className="menu__separator" />
|
||||
</>
|
||||
)}
|
||||
|
||||
<MenuItem className="comment__menu-option" onSelect={handleCopyLink}>
|
||||
<div className="menu__link">
|
||||
|
|
Loading…
Reference in a new issue