diff --git a/ui/component/claimMenuList/view.jsx b/ui/component/claimMenuList/view.jsx index a541a0a39..9ba301a00 100644 --- a/ui/component/claimMenuList/view.jsx +++ b/ui/component/claimMenuList/view.jsx @@ -188,8 +188,8 @@ function ClaimMenuList(props: Props) { {/* WATCH LATER */} - {isPlayable && !collectionId && ( <> + {isPlayable && !collectionId && ( { @@ -210,6 +210,7 @@ function ClaimMenuList(props: Props) { {hasClaimInWatchLater ? __('In Watch Later') : __('Watch Later')} + )} {/* COLLECTION OPERATIONS */} {collectionId && collectionName && isCollectionClaim && ( <> @@ -254,7 +255,6 @@ function ClaimMenuList(props: Props) { )} - )} {!isChannelPage && ( <>