diff --git a/web/apps/photos/src/components/PhotoFrame.tsx b/web/apps/photos/src/components/PhotoFrame.tsx index e9c91345c8..1930435cb5 100644 --- a/web/apps/photos/src/components/PhotoFrame.tsx +++ b/web/apps/photos/src/components/PhotoFrame.tsx @@ -323,7 +323,7 @@ const PhotoFrame = ({ } activeCollectionID={activeCollectionID} showPlaceholder={isScrolling} - isFav={favItemIds.has(item.id)} + isFav={favItemIds?.has(item.id)} /> );