diff --git a/src/components/PhotoFrame.tsx b/src/components/PhotoFrame.tsx index 816594539..2b0e6f43f 100644 --- a/src/components/PhotoFrame.tsx +++ b/src/components/PhotoFrame.tsx @@ -179,7 +179,10 @@ const PhotoFrame = ({ return false; } - if (isSharedFile(user, item) && !isSharedCollection) { + if ( + isSharedFile(user, item) && + activeCollection !== item.collectionID + ) { return false; } if (activeCollection === TRASH_SECTION && !item.isTrashed) {