fix mistakenly removed code

This commit is contained in:
Abhinav 2024-01-24 13:15:54 +05:30
parent 8a53a90ce4
commit f9121fa1f2

View file

@ -591,6 +591,13 @@ export default function Gallery() {
return true;
}
}
// COLLECTION SECTION - show files in the active collection
if (activeCollectionID === item.collectionID) {
return true;
} else {
return false;
}
})
);
if (search?.clip) {