diff --git a/src/components/UserProfile/index.tsx b/src/components/UserProfile/index.tsx index a0204d68..8d5abd2c 100644 --- a/src/components/UserProfile/index.tsx +++ b/src/components/UserProfile/index.tsx @@ -378,7 +378,7 @@ const UserProfile = () => { {user.userType === UserType.PLEX && (user.id === currentUser?.id || currentHasPermission(Permission.ADMIN)) && - (!watchData || !!watchData.recentlyWatched.length) && + (!watchData || !!watchData.recentlyWatched?.length) && !watchDataError && ( <>
@@ -389,7 +389,7 @@ const UserProfile = () => { ( + items={watchData?.recentlyWatched?.map((item) => (