From cbb880b42d7baf805f8ae195da8da1a78627a69a Mon Sep 17 00:00:00 2001 From: abhinav-grd Date: Wed, 22 Sep 2021 13:29:08 +0530 Subject: [PATCH] fixed arhive file not visible bug --- src/components/PhotoFrame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);