diff --git a/ui/component/claimMenuList/view.jsx b/ui/component/claimMenuList/view.jsx
index 36085b24d..b444a804e 100644
--- a/ui/component/claimMenuList/view.jsx
+++ b/ui/component/claimMenuList/view.jsx
@@ -340,9 +340,9 @@ function ClaimMenuList(props: Props) {
)}
>
) : (
- <>
- {/* WATCH LATER */}
- {isPlayable && (
+ isPlayable && (
+ <>
+ {/* WATCH LATER */}
- )}
- {/* FAVORITES LIST */}
-
- {/* CURRENTLY ONLY SUPPORT PLAYLISTS FOR PLAYABLE; LATER DIFFERENT TYPES */}
-
- {lastUsedCollection && lastUsedCollectionIsNotBuiltin && (
+ {/* FAVORITES LIST */}
- )}
-
- >
+ {/* CURRENTLY ONLY SUPPORT PLAYLISTS FOR PLAYABLE; LATER DIFFERENT TYPES */}
+
+ {lastUsedCollection && lastUsedCollectionIsNotBuiltin && (
+
+ )}
+
+ >
+ )
)}
>
{!isChannelPage && (