fix popup

This commit is contained in:
zeppi 2021-06-16 13:08:30 -04:00
parent 8fa55082d5
commit 6f2ef41230

View file

@ -188,8 +188,8 @@ function ClaimMenuList(props: Props) {
</MenuButton> </MenuButton>
<MenuList className="menu__list"> <MenuList className="menu__list">
{/* WATCH LATER */} {/* WATCH LATER */}
{isPlayable && !collectionId && (
<> <>
{isPlayable && !collectionId && (
<MenuItem <MenuItem
className="comment__menu-option" className="comment__menu-option"
onSelect={() => { onSelect={() => {
@ -210,6 +210,7 @@ function ClaimMenuList(props: Props) {
{hasClaimInWatchLater ? __('In Watch Later') : __('Watch Later')} {hasClaimInWatchLater ? __('In Watch Later') : __('Watch Later')}
</div> </div>
</MenuItem> </MenuItem>
)}
{/* COLLECTION OPERATIONS */} {/* COLLECTION OPERATIONS */}
{collectionId && collectionName && isCollectionClaim && ( {collectionId && collectionName && isCollectionClaim && (
<> <>
@ -254,7 +255,6 @@ function ClaimMenuList(props: Props) {
</MenuItem> </MenuItem>
)} )}
</> </>
)}
{!isChannelPage && ( {!isChannelPage && (
<> <>
<hr className="menu__separator" /> <hr className="menu__separator" />