diff --git a/src/components/PhotoFrame.tsx b/src/components/PhotoFrame.tsx index d69c6a2c2..f3c3a726d 100644 --- a/src/components/PhotoFrame.tsx +++ b/src/components/PhotoFrame.tsx @@ -418,7 +418,7 @@ const PhotoFrame = ({ } if (!idSet.has(item.id)) { if ( - !activeCollection || + activeCollection <= 0 || activeCollection === item.collectionID ) { idSet.add(item.id);