fix showcase for list items

This commit is contained in:
saltrafael 2021-06-12 07:56:21 -03:00 committed by jessopb
parent 3aa7c754aa
commit d553c1170e

View file

@ -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">