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