fix popup
This commit is contained in:
parent
8fa55082d5
commit
6f2ef41230
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue