fixed arhive file not visible bug

This commit is contained in:
abhinav-grd 2021-09-22 13:29:08 +05:30
parent 6cf696a164
commit cbb880b42d

View file

@ -418,7 +418,7 @@ const PhotoFrame = ({
}
if (!idSet.has(item.id)) {
if (
!activeCollection ||
activeCollection <= 0 ||
activeCollection === item.collectionID
) {
idSet.add(item.id);