diff --git a/src/components/PhotoFrame.tsx b/src/components/PhotoFrame.tsx index 3f243ce20..816594539 100644 --- a/src/components/PhotoFrame.tsx +++ b/src/components/PhotoFrame.tsx @@ -681,7 +681,10 @@ const PhotoFrame = ({ return ( <> - {!isFirstLoad && files.length === 0 && !isInSearchMode ? ( + {!isFirstLoad && + files.length === 0 && + !isInSearchMode && + activeCollection === ALL_SECTION ? ( ) : (